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

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  545       if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get()))
tools/lldb/source/DataFormatters/TypeSummary.cpp
  108               !DoesPrintChildren(nullptr) ? "" : " (show children)",
  136               !DoesPrintChildren(nullptr) ? "" : " (show children)",
  185               !DoesPrintChildren(nullptr) ? "" : " (show children)",
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  529     return (!entry || entry->DoesPrintChildren(m_valobj) || m_summary.empty());