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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  840     while (State.NextToken) {
  842           Indenter->mustBreak(State) ||
  843           (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
  843           (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
  845       formatChildren(State, Newline, /*DryRun=*/false, Penalty);
  846       Indenter->addTokenToState(State, Newline, /*DryRun=*/false);