Lines Matching defs:Parens
1053 BalancedDelimiterTracker Parens(*this, tok::l_paren);
1054 Parens.consumeOpen();
1060 Parens.skipToEnd();
1063 Parens.skipToEnd();
1066 Parens.consumeClose();
1067 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(),
1068 Parens.getCloseLocation(),
3607 BalancedDelimiterTracker Parens(*this, tok::l_paren);
3612 Parens.consumeOpen();
3625 Parens.consumeClose();
3886 RequiresKWLoc, Body, Parens.getOpenLocation(), LocalParameterDecls,
3887 Parens.getCloseLocation(), Requirements, Braces.getCloseLocation());
3942 BalancedDelimiterTracker Parens(*this, tok::l_paren);
3943 if (Parens.expectAndConsume())
3954 Parens.skipToEnd();
3962 Parens.skipToEnd();
3971 if (Parens.consumeClose())
3974 SourceLocation EndLoc = Parens.getCloseLocation();