Mark the elaborated type specifiers.

This commit is contained in:
Roberto Raggi
2010-08-12 11:57:38 +02:00
parent c07a6118a1
commit 7f04af17a1
2 changed files with 18 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ protected:
virtual bool visit(UsingDirectiveAST *);
virtual bool visit(SimpleDeclarationAST *);
virtual bool visit(NamedTypeSpecifierAST *);
virtual bool visit(ElaboratedTypeSpecifierAST *ast);
virtual bool visit(EnumeratorAST *);