Home | History | Annotate | Download | only in Format

Lines Matching refs:CanBreakBefore

35   while (End->Next && !End->Next->CanBreakBefore) {
96 if (!Current.CanBreakBefore &&
184 // Using CanBreakBefore here and below takes care of the decision whether the
187 if (Previous.is(TT_BinaryOperator) && Current.CanBreakBefore) {
207 } else if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore &&
498 if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore)
938 (Tok->CanBreakBefore && Tok->NewlinesBefore > 0)) {