Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
2487 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()2523 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()2568 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2601 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2643 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
966 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()1089 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser2428 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
3611 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1472 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
2095 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);