Lines Matching refs:ParseCompoundStatement
225 return ParseCompoundStatement(attrs);
350 StmtResult TryBlock(ParseCompoundStatement(attrs));
409 StmtResult Block(ParseCompoundStatement(attrs));
428 StmtResult Block(ParseCompoundStatement(attrs));
650 StmtResult Parser::ParseCompoundStatement(ParsedAttributes &Attr,
652 return ParseCompoundStatement(Attr, isStmtExpr, Scope::DeclScope);
655 /// ParseCompoundStatement - Parse a "{}" block.
682 StmtResult Parser::ParseCompoundStatement(ParsedAttributes &attrs,
1918 StmtResult TryBlock(ParseCompoundStatement(attrs, /*isStmtExpr=*/false,
2010 StmtResult Block(ParseCompoundStatement(attrs));