Push the function scope as soon as we're done processing the core-declarator.

This commit is contained in:
Roberto Raggi
2010-08-10 15:54:31 +02:00
parent 0f301f8679
commit 98a62c19fe
2 changed files with 8 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ protected:
void objCSelectorArgument(ObjCSelectorArgumentAST *ast);
void attribute(AttributeAST *ast);
void declarator(DeclaratorAST *ast);
void declarator(DeclaratorAST *ast, ScopedSymbol *symbol = 0);
void qtPropertyDeclarationItem(QtPropertyDeclarationItemAST *ast);
void qtInterfaceName(QtInterfaceNameAST *ast);
void baseSpecifier(BaseSpecifierAST *ast);