Home
last modified time | relevance | path

Searched refs:ScriptedSyntheticChildrenSP (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTypeSynthetic.cpp31 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, data, ""… in CreateWithClassName()
39 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, "", data… in CreateWithScriptCode()
173 lldb::ScriptedSyntheticChildrenSP
180 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) in SetSP()
185 SBTypeSynthetic::SBTypeSynthetic (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) : in SBTypeSynthetic()
198 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren(m_opaque_sp->GetOptions(), in CopyOnWrite_Impl()
HDSBTypeCategory.cpp241ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType()
293ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex()
HDSBValue.cpp813ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeSynthetic.h82 lldb::ScriptedSyntheticChildrenSP
86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
88 lldb::ScriptedSyntheticChildrenSP m_opaque_sp;
90 SBTypeSynthetic (const lldb::ScriptedSyntheticChildrenSP &);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDDataVisualization.h65 static lldb::ScriptedSyntheticChildrenSP
HDFormatManager.h154 lldb::ScriptedSyntheticChildrenSP
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDDataVisualization.cpp95 lldb::ScriptedSyntheticChildrenSP
HDFormatManager.cpp407 lldb::ScriptedSyntheticChildrenSP
411 return lldb::ScriptedSyntheticChildrenSP(); in GetSyntheticForType()
412 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp; in GetSyntheticForType()
423 …lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyn… in GetSyntheticForType()
441 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); in GetSyntheticChildrenForType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h424 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren> ScriptedSyntheticChildrenSP; typedef