Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp173 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in LibcxxVariantSummaryProvider() local
175 if (!nth_head) in LibcxxVariantSummaryProvider()
178 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider()
252 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in GetChildAtIndex() local
254 if (!nth_head) in GetChildAtIndex()
257 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()
267 ValueObjectSP head_value(nth_head->GetChildMemberWithName("__value")); in GetChildAtIndex()