Searched refs:ParseCompoundStatementBody (Results 1 – 5 of 5) sorted by relevance
2546 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()2582 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()2627 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2660 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()2702 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
1030 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()1168 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser2514 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
3765 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
1533 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
2132 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);