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

Declarations

tools/clang/lib/Format/ContinuationIndenter.h
   74   bool mustBreak(const LineState &State);

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  842           Indenter->mustBreak(State) ||
 1010     if (!NewLine && Indenter->mustBreak(PreviousNode->State))