Home
last modified time | relevance | path

Searched refs:SetCascades (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h55 Flags &SetCascades(bool value = true) {
124 void SetCascades(bool value) { m_flags.SetCascades(value); } in SetCascades() function
H A DTypeSummary.h82 Flags &SetCascades(bool value = true) {
228 void SetCascades(bool value) { m_flags.SetCascades(value); } in SetCascades() function
H A DTypeSynthetic.h170 Flags &SetCascades(bool value = true) {
252 void SetCascades(bool value) { m_flags.SetCascades(value); } in SetCascades() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp640 stl_summary_flags.SetCascades(true) in LoadLibCxxFormatters()
738 stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences( in LoadLibCxxFormatters()
1203 stl_summary_flags.SetCascades(true) in LoadLibStdcppFormatters()
1269 stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences( in LoadLibStdcppFormatters()
1454 string_flags.SetCascades(true) in LoadSystemFormatters()
1463 string_array_flags.SetCascades(true) in LoadSystemFormatters()
1511 .SetCascades(true) in LoadSystemFormatters()
1593 .SetCascades(true) in GetHardcodedSummaries()
1613 .SetCascades(true) in GetHardcodedSummaries()
1644 .SetCascades(true) in GetHardcodedSynthetics()
[all …]
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp713 string_flags.SetCascades(true) in LoadSystemFormatters()
722 string_array_flags.SetCascades(true) in LoadSystemFormatters()
747 .SetCascades(false) in LoadSystemFormatters()
760 fourchar_flags.SetCascades(true).SetSkipPointers(true).SetSkipReferences( in LoadSystemFormatters()
772 vector_flags.SetCascades(true) in LoadVectorFormatters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp237 objc_flags.SetCascades(false) in LoadObjCFormatters()
278 class_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences( in LoadObjCFormatters()
286 objc_flags.SetCascades(true); in LoadObjCFormatters()
341 appkit_flags.SetCascades(true) in LoadObjCFormatters()
839 cm_flags.SetCascades(true) in LoadCoreMediaFormatters()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp446 .SetCascades(options->m_cascade) in IOHandlerInputComplete()
665 .SetCascades(m_command_options.m_cascade) in DoExecute()
672 .SetCascades(m_command_options.m_cascade) in DoExecute()
1149 m_flags.SetCascades(OptionArgParser::ToBoolean(option_arg, true, &success)); in SetOptionValue()
1218 m_flags.Clear().SetCascades().SetDontShowChildren().SetDontShowValue(false); in OptionParsingStarting()
2156 .SetCascades(m_options.m_cascade) in Execute_PythonClass()
2457 .SetCascades(m_options.m_cascade) in DoExecute()