Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
1781 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()1817 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()1859 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()1885 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()1920 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
706 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()755 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser1989 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
2478 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
945 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
1454 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);