Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp453 stl_summary_flags.SetCascades(true) in LoadLibCxxFormatters()
513 stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences( in LoadLibCxxFormatters()
753 stl_summary_flags.SetCascades(true) in LoadLibStdcppFormatters()
821 stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences( in LoadLibStdcppFormatters()
909 string_flags.SetCascades(true) in LoadSystemFormatters()
918 string_array_flags.SetCascades(true) in LoadSystemFormatters()
968 .SetCascades(true) in LoadSystemFormatters()
1049 .SetCascades(true) in GetHardcodedSummaries()
1069 .SetCascades(true) in GetHardcodedSummaries()
1101 .SetCascades(true) in GetHardcodedSynthetics()
[all …]
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeFormat.h55 Flags &SetCascades(bool value = true) {
124 void SetCascades(bool value) { m_flags.SetCascades(value); } in SetCascades() function
DTypeSummary.h82 Flags &SetCascades(bool value = true) {
228 void SetCascades(bool value) { m_flags.SetCascades(value); } in SetCascades() function
DTypeSynthetic.h163 Flags &SetCascades(bool value = true) {
245 void SetCascades(bool value) { m_flags.SetCascades(value); } in SetCascades() function
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp704 string_flags.SetCascades(true) in LoadSystemFormatters()
713 string_array_flags.SetCascades(true) in LoadSystemFormatters()
741 .SetCascades(false) in LoadSystemFormatters()
754 fourchar_flags.SetCascades(true).SetSkipPointers(true).SetSkipReferences( in LoadSystemFormatters()
766 vector_flags.SetCascades(true) in LoadVectorFormatters()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp275 objc_flags.SetCascades(false) in LoadObjCFormatters()
316 class_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences( in LoadObjCFormatters()
325 objc_flags.SetCascades(true); in LoadObjCFormatters()
378 appkit_flags.SetCascades(true) in LoadObjCFormatters()
876 cm_flags.SetCascades(true) in LoadCoreMediaFormatters()
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp425 .SetCascades(options->m_cascade) in IOHandlerInputComplete()
660 .SetCascades(m_command_options.m_cascade) in DoExecute()
667 .SetCascades(m_command_options.m_cascade) in DoExecute()
1217 m_flags.SetCascades(OptionArgParser::ToBoolean(option_arg, true, &success)); in SetOptionValue()
1275 m_flags.Clear().SetCascades().SetDontShowChildren().SetDontShowValue(false); in OptionParsingStarting()
2347 .SetCascades(m_options.m_cascade) in Execute_PythonClass()
2649 .SetCascades(m_options.m_cascade) in DoExecute()