forked from qt-creator/qt-creator
Don't use std::map to store types.
This commit is contained in:
@@ -69,10 +69,10 @@ public:
|
||||
|
||||
FullySpecifiedType check(SpecifierListAST *specifier, Scope *scope);
|
||||
|
||||
FullySpecifiedType check(DeclaratorAST *declarator, FullySpecifiedType type,
|
||||
FullySpecifiedType check(DeclaratorAST *declarator, const FullySpecifiedType &type,
|
||||
Scope *scope, Name **name = 0); // ### ugly
|
||||
|
||||
FullySpecifiedType check(PtrOperatorListAST *ptrOperators, FullySpecifiedType type,
|
||||
FullySpecifiedType check(PtrOperatorListAST *ptrOperators, const FullySpecifiedType &type,
|
||||
Scope *scope);
|
||||
|
||||
FullySpecifiedType check(ObjCMethodPrototypeAST *methodPrototype, Scope *scope);
|
||||
|
||||
Reference in New Issue
Block a user