Lines Matching defs:Parameter
3995 for (FormatToken *Parameter = Current->Previous; Parameter;
3996 Parameter = Parameter->Previous) {
3997 if (Parameter->isOneOf(tok::comment, tok::r_brace))
3999 if (Parameter->Previous && Parameter->Previous->is(tok::comma)) {
4000 if (Parameter->Previous->isNot(TT_CtorInitializerComma) &&
4001 Parameter->HasUnescapedNewline) {
4002 Parameter->MustBreakBefore = true;