Home | History | Annotate | Download | only in Parse

Lines Matching refs:StmtResult

1728 StmtResult Parser::ParseObjCThrowStmt(SourceLocation atLoc) {
1746 StmtResult
1781 StmtResult body(ParseCompoundStatementBody());
1806 StmtResult Parser::ParseObjCTryStmt(SourceLocation atLoc) {
1815 StmtResult FinallyStmt;
1817 StmtResult TryBody(ParseCompoundStatementBody());
1857 StmtResult CatchBody(true);
1865 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc,
1883 StmtResult FinallyBody(true);
1909 StmtResult
1920 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody());
2010 StmtResult Parser::ParseObjCAtStatement(SourceLocation AtLoc) {