Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
850 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()908 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser1914 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
2454 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()2490 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()2532 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2558 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2593 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
2807 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1248 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
1661 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);