forked from qt-creator/qt-creator
Added Objective-C @try block parsing.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user