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);
 1015     if (!formatChildren(Node->State, NewLine, /*DryRun=*/true, Penalty))
 1018     Penalty += Indenter->addTokenToState(Node->State, NewLine, true);