Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
866 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()927 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser1951 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
2508 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()2544 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()2586 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2612 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2647 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
2855 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1316 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
1693 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);