Searched refs:ParseCompoundStatement (Results 1 – 4 of 4) sorted by relevance
233 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()461 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()532 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()556 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()834 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser835 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()861 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser2150 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()2255 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()2277 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
2381 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
662 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
1888 StmtResult ParseCompoundStatement(bool isStmtExpr = false);1889 StmtResult ParseCompoundStatement(bool isStmtExpr,