Lines Matching defs:ParseCompoundStatement
318 return ParseCompoundStatement();
617 StmtResult TryBlock(ParseCompoundStatement(
688 StmtResult Block(ParseCompoundStatement());
712 StmtResult Block(ParseCompoundStatement());
1024 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) {
1025 return ParseCompoundStatement(isStmtExpr,
1029 /// ParseCompoundStatement - Parse a "{}" block.
1051 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr,
2698 StmtResult TryBlock(ParseCompoundStatement(
2803 StmtResult Block(ParseCompoundStatement());
2825 StmtResult Compound = ParseCompoundStatement();