Don't use std::map to store types.

This commit is contained in:
Roberto Raggi
2009-11-23 12:42:28 +01:00
parent d80f0f07f4
commit 5eecdb3be0
7 changed files with 107 additions and 120 deletions

View File

@@ -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);