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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  939     return (Style.IndentWidth * State.Line->First->IndentLevel) +
tools/clang/lib/Format/TokenAnnotator.cpp
 2289     Current->IndentLevel = IndentLevel;
tools/clang/lib/Format/WhitespaceManager.cpp
  764       appendIndentText(ReplacementText, C.Tok->IndentLevel,
tools/clang/lib/Format/WhitespaceManager.h
  164       return std::make_pair(Tok->IndentLevel, Tok->NestingLevel);