Lines Matching defs:ParseCompoundStatement
308 return ParseCompoundStatement();
607 StmtResult TryBlock(ParseCompoundStatement(
678 StmtResult Block(ParseCompoundStatement());
702 StmtResult Block(ParseCompoundStatement());
1006 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) {
1007 return ParseCompoundStatement(isStmtExpr,
1011 /// ParseCompoundStatement - Parse a "{}" block.
1033 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr,
2652 StmtResult TryBlock(ParseCompoundStatement(
2757 StmtResult Block(ParseCompoundStatement());
2779 StmtResult Compound = ParseCompoundStatement();