Parse ObjC @class declarations.

This commit is contained in:
Roberto Raggi
2009-01-08 12:02:07 +01:00
parent fe4fc6d540
commit a725915ee0
6 changed files with 126 additions and 1 deletions

View File

@@ -167,6 +167,10 @@ class UsingDirectiveAST;
class WhileStatementAST;
class QtMethodAST;
// ObjC++
class IdentifierListAST;
class ObjCClassDeclarationAST;
CPLUSPLUS_END_NAMESPACE
CPLUSPLUS_END_HEADER