Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxxVariant.cpp147 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in LibcxxVariantSummaryProvider() local
149 if (!nth_head) in LibcxxVariantSummaryProvider()
152 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider()
224 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in GetChildAtIndex() local
226 if (!nth_head) in GetChildAtIndex()
229 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()
240 nth_head->GetChildMemberWithName(ConstString("__value"), true)); in GetChildAtIndex()