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

Declarations

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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1805       unsigned UnbreakableTailLength = (State.NextToken && canBreak(State))
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  843           (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
 1008     if (NewLine && !Indenter->canBreak(PreviousNode->State))