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

References

tools/lldb/source/API/SBTypeSummary.cpp
  460       new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), ""));
  465   if (!new_sp) {
  467       new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(), "", ""));
  469       new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), ""));
  472   SetSP(new_sp);