Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
2476 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()2512 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()2556 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2589 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2631 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
896 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()1012 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser2204 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
3312 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1494 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
2018 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);