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

/external/lldb/source/API/
H A DSBTypeCategory.cpp162 lldb::SyntheticChildrenSP children_sp;
165 m_opaque_sp->GetRegexFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp); local
167 m_opaque_sp->GetFilterNavigator()->GetExact(ConstString(spec.GetName()), children_sp); local
169 if (!children_sp)
172 TypeFilterImplSP filter_sp = std::static_pointer_cast<TypeFilterImpl>(children_sp);
226 lldb::SyntheticChildrenSP children_sp;
229 m_opaque_sp->GetRegexSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp); local
231 m_opaque_sp->GetSyntheticNavigator()->GetExact(ConstString(spec.GetName()), children_sp); local
233 if (!children_sp)
236 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
[all...]
H A DSBValue.cpp649 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); local
651 if (children_sp && children_sp->IsScripted())
653 ScriptedSyntheticChildrenSP synth_sp = std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);

Completed in 136 milliseconds