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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
   49   unsigned getIndent() const { return Indent; }
   60       Indent = Line.Level * Style.IndentWidth + AdditionalIndent;
   63       Indent = getIndent(IndentForLevel, Line.Level);
   65     if (static_cast<int>(Indent) + Offset >= 0)
   66       Indent += Offset;
   73       IndentForLevel.push_back(Indent);