Home
last modified time | relevance | path

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

/external/lldb/include/lldb/DataFormatters/
DTypeFormat.h76 SetCascades (bool value = true)
160 SetCascades (bool value) in SetCascades() function
162 m_flags.SetCascades(value); in SetCascades()
DTypeSummary.h82 SetCascades (bool value = true)
254 SetCascades (bool value) in SetCascades() function
256 m_flags.SetCascades(value); in SetCascades()
DTypeSynthetic.h128 SetCascades (bool value = true)
212 SetCascades (bool value) in SetCascades() function
214 m_flags.SetCascades(value); in SetCascades()
/external/lldb/source/DataFormatters/
DFormatManager.cpp519 stl_summary_flags.SetCascades(true) in LoadLibStdcppFormatters()
558 stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences(false); in LoadLibStdcppFormatters()
598 stl_summary_flags.SetCascades(true) in LoadLibcxxFormatters()
626 stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences(false); in LoadLibcxxFormatters()
670 string_flags.SetCascades(true) in LoadSystemFormatters()
681 …mmaryImplSP string_array_format(new StringSummaryFormat(TypeSummaryImpl::Flags().SetCascades(false) in LoadSystemFormatters()
698 …ypeSummaryImplSP ostype_summary(new StringSummaryFormat(TypeSummaryImpl::Flags().SetCascades(false) in LoadSystemFormatters()
723 .SetCascades(true) in LoadSystemFormatters()
741 objc_flags.SetCascades(false) in LoadObjCFormatters()
771 class_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences(false); in LoadObjCFormatters()
[all …]
/external/lldb/source/Commands/
DCommandObjectType.cpp507 … TypeFormatImpl::Flags().SetCascades(m_command_options.m_cascade). in DoExecute()
928 m_flags.SetCascades(Args::StringToBoolean(option_arg, true, &success)); in SetOptionValue()
984 m_flags.Clear().SetCascades().SetDontShowChildren().SetDontShowValue(false); in OptionParsingStarting()
3405 …synth_provider.reset(new ScriptedSyntheticChildren(SyntheticChildren::Flags().SetCascades(options-… in DoneHandler()
3525SetCascades(m_options.m_cascade). in Execute_PythonClass()
3916 …TypeFilterImpl* impl = new TypeFilterImpl(SyntheticChildren::Flags().SetCascades(m_options.m_casca… in DoExecute()