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

References

tools/lldb/tools/lldb-test/FormatUtil.cpp
   27   CurrentIndent += Amount;
   33   CurrentIndent = std::max<int>(0, CurrentIndent - Amount);
   33   CurrentIndent = std::max<int>(0, CurrentIndent - Amount);
   48                                 CurrentIndent + IndentSpaces, true);
   61   OS << format_bytes_with_ascii(Data, Base, 32, 4, CurrentIndent + IndentSpaces,
tools/lldb/tools/lldb-test/FormatUtil.h
   32     Line(LinePrinter &P) : P(&P) { P.OS.indent(P.CurrentIndent); }
   58   int getIndentLevel() const { return CurrentIndent; }