Searched refs:ParseCompoundStatement (Results 1 – 4 of 4) sorted by relevance
279 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()552 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()623 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()647 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()930 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser931 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()957 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser2549 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()2654 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()2676 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
2897 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
841 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
2090 StmtResult ParseCompoundStatement(bool isStmtExpr = false);2091 StmtResult ParseCompoundStatement(bool isStmtExpr,