Searched refs:synth_sp (Results 1 – 4 of 4) sorted by relevance
236 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType() local238 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()288 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex() local290 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()
653 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic() local654 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
253 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); in GetSyntheticChildrenForType() local254 if (filter_sp->GetRevision() > synth_sp->GetRevision()) in GetSyntheticChildrenForType()257 return lldb::SyntheticChildrenSP(synth_sp.get()); in GetSyntheticChildrenForType()507 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator)); in AddCXXSynthetic() local509 …heticNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())), synth_sp); in AddCXXSynthetic()511 category_sp->GetSyntheticNavigator()->Add(type_name,synth_sp); in AddCXXSynthetic()
1051 SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) in SetSyntheticChildren() argument1053 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()1056 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()