Searched refs:ParseCompoundStatement (Results 1 – 4 of 4) sorted by relevance
293 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()595 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()666 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()690 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()994 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser995 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()1021 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser2637 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()2742 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()2764 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
3017 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
946 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
2126 StmtResult ParseCompoundStatement(bool isStmtExpr = false);2127 StmtResult ParseCompoundStatement(bool isStmtExpr,