Searched refs:children_sp (Results 1 – 2 of 2) sorted by relevance
162 lldb::SyntheticChildrenSP children_sp; in GetFilterForType() local165 m_opaque_sp->GetRegexFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetFilterForType()167 m_opaque_sp->GetFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetFilterForType()169 if (!children_sp) in GetFilterForType()172 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterForType()226 lldb::SyntheticChildrenSP children_sp; in GetSyntheticForType() local229 … m_opaque_sp->GetRegexSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType()231 m_opaque_sp->GetSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType()233 if (!children_sp) in GetSyntheticForType()236 …tedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType()[all …]
649 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic() local651 if (children_sp && children_sp->IsScripted()) in GetTypeSynthetic()653 …tedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()