Home | History | Annotate | Download | only in Parse

Lines Matching refs:Parens

2619   BalancedDelimiterTracker Parens(*this, tok::l_paren);
2620 if (Parens.expectAndConsume(diag::err_expected_lparen))
2628 Parens.skipToEnd();
2636 Parens.skipToEnd();
2652 if (Parens.consumeClose())
2655 return Actions.ActOnTypeTrait(Kind, Loc, Args, Parens.getCloseLocation());
2727 /// based on the context past the parens.
2747 // it can only verify that the thing inside the parens can be parsed as
2748 // type-id, it is not useful for determining the context past the parens.