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

References

tools/lldb/source/Core/FormatEntity.cpp
  374   s.Printf("%*.*s%-20s: ", depth * 2, depth * 2, "", TypeToCString(type));
  374   s.Printf("%*.*s%-20s: ", depth * 2, depth * 2, "", TypeToCString(type));
  387     child.Dump(s, depth + 1);