Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
2455 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()2491 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()2535 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2568 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2610 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
870 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()965 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser2029 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
1300 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
3043 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1893 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);