Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
2480 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()2516 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()2560 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2593 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2635 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
912 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()1034 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser2271 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
3533 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1471 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
2073 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);