Searched refs:SetDontShowChildren (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp643 .SetDontShowChildren(true)
869 stl_summary_flags.SetDontShowChildren(false);
1161 .SetDontShowChildren(true)
1280 stl_summary_flags.SetDontShowChildren(false);
1412 .SetDontShowChildren(true)
1421 .SetDontShowChildren(true)
1467 .SetDontShowChildren(true)
1549 .SetDontShowChildren(true)
1569 .SetDontShowChildren(true)
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp704 .SetDontShowChildren(true)
713 .SetDontShowChildren(true)
738 .SetDontShowChildren(true)
763 .SetDontShowChildren(true)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h121 Flags &SetDontShowChildren(bool value = true) { function in class:lldb_private::TypeSummaryImpl::Flags
235 m_flags.SetDontShowChildren(!value);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp240 .SetDontShowChildren(true)
344 .SetDontShowChildren(true)
349 appkit_flags.SetDontShowChildren(false);
475 appkit_flags.SetDontShowChildren(true);
840 .SetDontShowChildren(false)
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1180 m_flags.SetDontShowChildren(false);
1243 m_flags.Clear().SetCascades().SetDontShowChildren().SetDontShowValue(false);

Completed in 182 milliseconds