Searched refs:ScriptedSyntheticChildrenSP (Results 1 – 9 of 9) sorted by relevance
33 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, data, ""… in CreateWithClassName()41 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, "", data… in CreateWithScriptCode()175 lldb::ScriptedSyntheticChildrenSP182 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()
236 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType()288 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex()
653 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic()
82 lldb::ScriptedSyntheticChildrenSP86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp); 88 lldb::ScriptedSyntheticChildrenSP m_opaque_sp;90 SBTypeSynthetic (const lldb::ScriptedSyntheticChildrenSP &);
86 static lldb::ScriptedSyntheticChildrenSP
135 lldb::ScriptedSyntheticChildrenSP
219 lldb::ScriptedSyntheticChildrenSP223 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()
138 lldb::ScriptedSyntheticChildrenSP
363 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren> ScriptedSyntheticChildrenSP; typedef