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

Declarations

tools/clang/lib/Format/ContinuationIndenter.h
   84   unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,

References

tools/clang/lib/Format/FormatToken.cpp
  128     Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  846       Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
  868       Indenter->addTokenToState(
 1018     Penalty += Indenter->addTokenToState(Node->State, NewLine, true);
 1036       Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false);