Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCompoundStatement

226     return ParseCompoundStatement();
433 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false,
503 StmtResult Block(ParseCompoundStatement());
527 StmtResult Block(ParseCompoundStatement());
815 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) {
816 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
819 /// ParseCompoundStatement - Parse a "{}" block.
841 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr,
2024 StmtResult TryBlock(ParseCompoundStatement(/*isStmtExpr=*/false,
2128 StmtResult Block(ParseCompoundStatement());
2150 StmtResult Compound = ParseCompoundStatement();