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

References

tools/lldb/source/API/SBValue.cpp
  533       lldb::TypeSummaryImplSP summary_sp = value_sp->GetSummaryFormat();
tools/lldb/source/Commands/CommandObjectType.cpp
 3020                       return valobj.GetSummaryFormat();
tools/lldb/source/Core/ValueObject.cpp
  731     GetSummaryAsCString(GetSummaryFormat().get(), m_summary_str,
  741   return GetSummaryAsCString(GetSummaryFormat().get(), destination, options);
tools/lldb/source/DataFormatters/FormatManager.cpp
  475   if (valobj.GetSummaryFormat().get() != nullptr)
  476     return valobj.GetSummaryFormat()->IsOneLiner();
  543     if (child_sp->GetSummaryFormat()) {
  545       if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get()))
  556       if (!child_sp->GetSummaryFormat() && !is_synth_val) // but again only do
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  331                                  : m_valobj->GetSummaryFormat().get();