Some progress in parsing objc++ and submitted ObjectiveCAtKeywords.cpp

This commit is contained in:
Roberto Raggi
2009-01-08 12:54:56 +01:00
parent 7b3bcfa5fa
commit 0f4e245873
3 changed files with 576 additions and 2 deletions

View File

@@ -214,6 +214,13 @@ public:
bool parseObjCIdentifierList(IdentifierListAST *&node);
bool parseObjCPropertyDeclaration(DeclarationAST *&ast);
bool parseObjCProtocolRefs();
bool parseObjCClassInstanceVariables();
bool parseObjCInterfaceMemberDeclaration();
bool parseObjCInterfaceDeclList();
bool parseObjCMethodPrototype();
// Qt MOC run
bool parseQtMethod(ExpressionAST *&node);