Home
last modified time | relevance | path

Searched defs:impl_sp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp85 LibcxxVariantGetIndexValidity(ValueObjectSP &impl_sp) { in LibcxxVariantGetIndexValidity()
113 std::optional<uint64_t> LibcxxVariantIndexValue(ValueObjectSP &impl_sp) { in LibcxxVariantIndexValue()
122 ValueObjectSP LibcxxVariantGetNthHead(ValueObjectSP &impl_sp, uint64_t index) { in LibcxxVariantGetNthHead()
150 ValueObjectSP impl_sp = GetChildMemberWithName( in LibcxxVariantSummaryProvider() local
218 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in Update() local
240 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in GetChildAtIndex() local
H A DLibCxxList.cpp295 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__before_begin_")); Update() local
409 ValueObjectSP impl_sp(m_backend.GetChildMemberWithName("__end_")); Update() local
[all...]
/llvm-project/lldb/source/API/
H A DSBValue.cpp1080 SetSP(ValueImplSP impl_sp) SetSP() argument