Searched refs:ParseCompoundStatement (Results 1 – 4 of 4) sorted by relevance
308 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()607 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()678 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()702 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()1006 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser1007 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()1033 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser2652 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()2757 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()2779 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
3091 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
954 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
2184 StmtResult ParseCompoundStatement(bool isStmtExpr = false);2185 StmtResult ParseCompoundStatement(bool isStmtExpr,