Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCompoundStatement

249     return ParseCompoundStatement();
381 StmtResult TryBlock(ParseCompoundStatement());
440 StmtResult Block(ParseCompoundStatement());
458 StmtResult Block(ParseCompoundStatement());
687 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) {
688 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
691 /// ParseCompoundStatement - Parse a "{}" block.
718 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr,
2064 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false,
2160 StmtResult Block(ParseCompoundStatement());
2182 StmtResult Compound = ParseCompoundStatement();