Home | History | Annotate | Download | only in Parse

Lines Matching refs:Parens

2660   BalancedDelimiterTracker Parens(*this, tok::l_paren);
2661 if (Parens.expectAndConsume(diag::err_expected_lparen))
2669 Parens.skipToEnd();
2677 Parens.skipToEnd();
2693 if (Parens.consumeClose())
2696 return Actions.ActOnTypeTrait(Kind, Loc, Args, Parens.getCloseLocation());
2768 /// based on the context past the parens.
2788 // it can only verify that the thing inside the parens can be parsed as
2789 // type-id, it is not useful for determining the context past the parens.