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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  961       if (!Node->State.NextToken) {
  971         Node->State.IgnoreStackForComparison = true;
  973       if (!Seen.insert(&Node->State).second)
  977       FormatDecision LastFormat = Node->State.NextToken->Decision;
 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);
 1039         printLineState((*I)->Previous->State);
 1042                        << (*I)->Previous->State.NextToken->Tok.getName()