Searched refs:ScriptedSyntheticChildrenSP (Results 1 – 9 of 9) sorted by relevance
31 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, data, ""… in CreateWithClassName()39 …return SBTypeSynthetic(ScriptedSyntheticChildrenSP(new ScriptedSyntheticChildren(options, "", data… in CreateWithScriptCode()173 lldb::ScriptedSyntheticChildrenSP180 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()
241 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType()293 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex()
813 …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 &);
65 static lldb::ScriptedSyntheticChildrenSP
154 lldb::ScriptedSyntheticChildrenSP
95 lldb::ScriptedSyntheticChildrenSP
407 lldb::ScriptedSyntheticChildrenSP411 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()
424 typedef std::shared_ptr<lldb_private::ScriptedSyntheticChildren> ScriptedSyntheticChildrenSP; typedef