Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp198 lldb::TypeFilterImplSP children_sp; in GetFilterForType() local
202 ConstString(spec.GetName()), children_sp); in GetFilterForType()
205 ConstString(spec.GetName()), children_sp); in GetFilterForType()
207 if (!children_sp) in GetFilterForType()
211 std::static_pointer_cast<TypeFilterImpl>(children_sp); in GetFilterForType()
275 lldb::SyntheticChildrenSP children_sp; in GetSyntheticForType() local
279 ConstString(spec.GetName()), children_sp); in GetSyntheticForType()
282 ConstString(spec.GetName()), children_sp); in GetSyntheticForType()
284 if (!children_sp) in GetSyntheticForType()
288 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetSyntheticForType()
[all …]
DSBValue.cpp550 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); in GetTypeSynthetic() local
552 if (children_sp && children_sp->IsScripted()) { in GetTypeSynthetic()
554 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp); in GetTypeSynthetic()