Lines Matching refs:ValueObjectSP
70 LibcxxVariantGetIndexValidity(ValueObjectSP &impl_sp) { in LibcxxVariantGetIndexValidity()
71 ValueObjectSP index_sp( in LibcxxVariantGetIndexValidity()
85 llvm::Optional<uint64_t> LibcxxVariantIndexValue(ValueObjectSP &impl_sp) { in LibcxxVariantIndexValue()
86 ValueObjectSP index_sp( in LibcxxVariantIndexValue()
95 ValueObjectSP LibcxxVariantGetNthHead(ValueObjectSP &impl_sp, uint64_t index) { in LibcxxVariantGetNthHead()
96 ValueObjectSP data_sp( in LibcxxVariantGetNthHead()
100 return ValueObjectSP{}; in LibcxxVariantGetNthHead()
102 ValueObjectSP current_level = data_sp; in LibcxxVariantGetNthHead()
104 ValueObjectSP tail_sp( in LibcxxVariantGetNthHead()
108 return ValueObjectSP{}; in LibcxxVariantGetNthHead()
121 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxVariantSummaryProvider()
125 ValueObjectSP impl_sp( in LibcxxVariantSummaryProvider()
148 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in LibcxxVariantSummaryProvider()
184 ValueObjectSP GetChildAtIndex(size_t idx) override;
188 ValueObjectSP m_base_sp;
194 ValueObjectSP impl_sp( in Update()
212 ValueObjectSP VariantFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
214 return ValueObjectSP(); in GetChildAtIndex()
216 ValueObjectSP impl_sp( in GetChildAtIndex()
222 return ValueObjectSP(); in GetChildAtIndex()
226 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in GetChildAtIndex()
229 return ValueObjectSP(); in GetChildAtIndex()
234 return ValueObjectSP(); in GetChildAtIndex()
239 return ValueObjectSP(); in GetChildAtIndex()
241 ValueObjectSP head_value( in GetChildAtIndex()
245 return ValueObjectSP(); in GetChildAtIndex()
252 lldb::ValueObjectSP valobj_sp) { in LibcxxVariantFrontEndCreator()