Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
2545 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()2582 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()2629 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2660 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2701 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
1042 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()1180 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser2529 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
3866 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1621 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
2190 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);