Searched refs:ParseCompoundStatement (Results 1 – 4 of 4) sorted by relevance
258 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()499 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()570 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()594 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()876 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser877 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()903 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser2392 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()2498 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()2520 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
2829 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
752 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
2068 StmtResult ParseCompoundStatement(bool isStmtExpr = false);2069 StmtResult ParseCompoundStatement(bool isStmtExpr,