Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBTypeSynthetic.cpp33 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, data, ""… in CreateWithClassName()
41 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, "", data… in CreateWithScriptCode()
175 lldb::ScriptedSyntheticChildrenSP
182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) in SetSP()
187 SBTypeSynthetic::SBTypeSynthetic (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) : in SBTypeSynthetic()
200 ScriptedSyntheticChildrenSP new_sp(new ScriptedSyntheticChildren(m_opaque_sp->GetOptions(), in CopyOnWrite_Impl()
DSBTypeCategory.cpp236ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType()
288ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex()
DSBValue.cpp653ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic()
/external/lldb/include/lldb/API/
DSBTypeSynthetic.h82 lldb::ScriptedSyntheticChildrenSP
86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
88 lldb::ScriptedSyntheticChildrenSP m_opaque_sp;
90 SBTypeSynthetic (const lldb::ScriptedSyntheticChildrenSP &);
/external/lldb/include/lldb/DataFormatters/
DDataVisualization.h86 static lldb::ScriptedSyntheticChildrenSP
DFormatManager.h135 lldb::ScriptedSyntheticChildrenSP
/external/lldb/source/DataFormatters/
DFormatManager.cpp219 lldb::ScriptedSyntheticChildrenSP
223 return lldb::ScriptedSyntheticChildrenSP(); in GetSyntheticForType()
224 lldb::ScriptedSyntheticChildrenSP synth_chosen_sp; in GetSyntheticForType()
235 …lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->GetSyn… in GetSyntheticForType()
253 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); in GetSyntheticChildrenForType()
DDataVisualization.cpp138 lldb::ScriptedSyntheticChildrenSP
/external/lldb/include/lldb/
Dlldb-forward.h363 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren> ScriptedSyntheticChildrenSP; typedef