reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/ContinuationIndenter.cpp
   92     if (End->Next->CanBreakBefore)
  281   if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace &&
  412       State.Stack.back().BreakBeforeParameter && Current.CanBreakBefore)
  430   if (Previous.is(TT_BinaryOperator) && Current.CanBreakBefore) {
  451   } else if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore &&
  828   if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore)
 1396               (Tok->CanBreakBefore && Tok->NewlinesBefore > 0)) {
tools/clang/lib/Format/FormatToken.cpp
  203         while (ItemEnd->Next && !ItemEnd->Next->CanBreakBefore)
tools/clang/lib/Format/TokenAnnotator.cpp
 2075   Line.First->CanBreakBefore = Line.First->MustBreakBefore;
 2237     Current->CanBreakBefore =
 2302     if (Current->CanBreakBefore ||
 3542                  << " C=" << Tok->CanBreakBefore
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  575         Tok->CanBreakBefore = true;
  690     B.First->CanBreakBefore = true;