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

References

tools/lldb/include/lldb/DataFormatters/TypeSummary.h
  235     m_flags.SetDontShowChildren(!value);
tools/lldb/source/Commands/CommandObjectType.cpp
 1190     m_flags.SetDontShowChildren(false);
 1242   m_flags.Clear().SetCascades().SetDontShowChildren().SetDontShowValue(false);
tools/lldb/source/DataFormatters/FormatManager.cpp
  935       .SetDontShowChildren(true)
  944       .SetDontShowChildren(true)
  972                                   .SetDontShowChildren(true)
  997       .SetDontShowChildren(true)
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  412       .SetDontShowChildren(true)
  572   stl_summary_flags.SetDontShowChildren(false);
  688       .SetDontShowChildren(true)
  767   stl_summary_flags.SetDontShowChildren(false);
  840       .SetDontShowChildren(true)
  849       .SetDontShowChildren(true)
  897       .SetDontShowChildren(true)
  978                       .SetDontShowChildren(true)
  998                       .SetDontShowChildren(true)
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  275       .SetDontShowChildren(true)
  378       .SetDontShowChildren(true)
  383   appkit_flags.SetDontShowChildren(false);
  498   appkit_flags.SetDontShowChildren(true);
  849       .SetDontShowChildren(false)