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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1008     if (NewLine && !Indenter->canBreak(PreviousNode->State))
 1010     if (!NewLine && Indenter->mustBreak(PreviousNode->State))
 1014         StateNode(PreviousNode->State, NewLine, PreviousNode);
 1014         StateNode(PreviousNode->State, NewLine, PreviousNode);