Searched refs:synth_sp (Results 1 – 5 of 5) sorted by relevance
243 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticForType() local245 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticForType()295 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetSyntheticAtIndex() local297 return lldb::SBTypeSynthetic(synth_sp); in GetSyntheticAtIndex()
672 …ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(childre… in GetTypeSynthetic() local673 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
231 ScriptedSyntheticChildren::SharedPointer synth_sp; in AnyMatches() local306 if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) in AnyMatches()317 if (GetRegexTypeSyntheticsContainer()->Get(type_name, synth_sp)) in AnyMatches()
412 lldb::ScriptedSyntheticChildrenSP synth_sp = GetSyntheticForType(type_sp); in GetSyntheticChildrenForType() local413 if (filter_sp->GetRevision() > synth_sp->GetRevision()) in GetSyntheticChildrenForType()416 return lldb::SyntheticChildrenSP(synth_sp.get()); in GetSyntheticChildrenForType()816 lldb::SyntheticChildrenSP synth_sp(new CXXSyntheticChildren(flags,description,generator)); in AddCXXSynthetic() local818 …eticsContainer()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())), synth_sp); in AddCXXSynthetic()820 category_sp->GetTypeSyntheticsContainer()->Add(type_name,synth_sp); in AddCXXSynthetic()
853 SetSyntheticChildren(const lldb::SyntheticChildrenSP &synth_sp) in SetSyntheticChildren() argument855 if (synth_sp.get() == m_synthetic_children_sp.get()) in SetSyntheticChildren()858 m_synthetic_children_sp = synth_sp; in SetSyntheticChildren()