Added Objective-C @try block parsing.

This commit is contained in:
Erik Verbruggen
2010-02-14 16:05:25 +01:00
parent 2a59d2ae0c
commit f4163b8ba0
18 changed files with 515 additions and 8 deletions

View File

@@ -251,6 +251,9 @@ public:
bool parseObjCTypeQualifiers(unsigned &type_qualifier);
bool peekAtObjCContextKeyword(int kind);
bool parseObjCContextKeyword(int kind, unsigned &in_token);
bool parseObjCTryBlockStatement(StatementAST *&node);
bool parseObjCCatchClause(ObjCCatchClauseListAST *&node);
bool parseObjCFinallyClause(ObjCFinallyClauseAST *&node);
bool lookAtObjCSelector() const;