Home
last modified time | relevance | path

Searched refs:children_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/API/
DSBTypeCategory.cpp162 lldb::SyntheticChildrenSP children_sp; in GetFilterForType() local
165 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() local
229 … 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 …]
DSBValue.cpp649 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic() local
651 if (children_sp && children_sp->IsScripted()) in GetTypeSynthetic()
653 …tedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()