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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  260   State.StartOfLineLevel = 0;
  297       State.LowestLevelOnLine < State.StartOfLineLevel &&
  393        Current.NestingLevel < State.StartOfLineLevel))
  858   State.StartOfLineLevel = Current.NestingLevel;
tools/clang/lib/Format/ContinuationIndenter.h
  437     if (StartOfLineLevel != Other.StartOfLineLevel)
  437     if (StartOfLineLevel != Other.StartOfLineLevel)
  438       return StartOfLineLevel < Other.StartOfLineLevel;
  438       return StartOfLineLevel < Other.StartOfLineLevel;