Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
1780 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()1816 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()1858 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()1884 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()1919 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
844 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()899 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser1873 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
2719 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1248 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
1586 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);