Process enumerators.

This commit is contained in:
Roberto Raggi
2010-08-13 11:04:36 +02:00
parent ada42e7ee8
commit d626e639d0
2 changed files with 22 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ protected:
void qtInterfaceName(QtInterfaceNameAST *ast);
void baseSpecifier(BaseSpecifierAST *ast, unsigned colon_token, Class *klass);
void ctorInitializer(CtorInitializerAST *ast, Function *fun);
void enumerator(EnumeratorAST *ast);
void enumerator(EnumeratorAST *ast, Enum *symbol);
FullySpecifiedType exceptionSpecification(ExceptionSpecificationAST *ast, const FullySpecifiedType &init);
void memInitializer(MemInitializerAST *ast, Function *fun);
const Name *nestedNameSpecifier(NestedNameSpecifierAST *ast);