Removed ObjCIdentifierListAST

Done with Erik Verbruggen
This commit is contained in:
Roberto Raggi
2009-11-10 12:39:29 +01:00
parent 8efb73f5d2
commit 496ff15db3
8 changed files with 56 additions and 101 deletions

View File

@@ -104,7 +104,6 @@ class ForeachStatementAST;
class FunctionDeclaratorAST;
class FunctionDefinitionAST;
class GotoStatementAST;
class IdentifierListAST;
class IfStatementAST;
class LabeledStatementAST;
class LinkageBodyAST;
@@ -201,6 +200,8 @@ typedef List<ExpressionAST *> ExpressionListAST;
typedef List<DeclarationAST *> DeclarationListAST;
typedef List<StatementAST *> StatementListAST;
typedef List<DeclaratorAST *> DeclaratorListAST;
typedef List<NameAST *> ObjCIdentifierListAST;
typedef ExpressionListAST TemplateArgumentListAST;
} // end of namespace CPlusPlus