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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp199 lldb::TypeFilterImplSP children_sp;
203 ConstString(spec.GetName()), children_sp); local
206 ConstString(spec.GetName()), children_sp); local
208 if (!children_sp)
212 std::static_pointer_cast<TypeFilterImpl>(children_sp);
276 lldb::SyntheticChildrenSP children_sp;
280 ConstString(spec.GetName()), children_sp); local
283 ConstString(spec.GetName()), children_sp); local
285 if (!children_sp)
289 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);
[all...]
H A DSBValue.cpp550 lldb::SyntheticChildrenSP children_sp = value_sp->GetSyntheticChildren(); local
552 if (children_sp && children_sp->IsScripted()) {
554 std::static_pointer_cast<ScriptedSyntheticChildren>(children_sp);

Completed in 109 milliseconds