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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  240   State.FirstIndent = FirstIndent;
  419       (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth ||
  568       Previous.is(tok::hash) && State.FirstIndent > 0 &&
  571     Spaces += State.FirstIndent;
  597         std::max(State.FirstIndent + Style.ContinuationIndentWidth,
  790                             State.FirstIndent + Style.ContinuationIndentWidth)
  943     return Current.NestingLevel == 0 ? State.FirstIndent
  955     return State.FirstIndent;
 1017                              State.FirstIndent + Style.ContinuationIndentWidth);
 1068     return State.FirstIndent + Style.ConstructorInitializerIndentWidth;
 1074   if (State.Stack.back().Indent == State.FirstIndent && PreviousNonComment &&
 1147         State.FirstIndent + Style.ConstructorInitializerIndentWidth;
 1154         State.FirstIndent + Style.ConstructorInitializerIndentWidth;