Searched refs:nth_head (Results 1 – 1 of 1) sorted by relevance
147 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in LibcxxVariantSummaryProvider() local149 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() local226 if (!nth_head) in GetChildAtIndex()229 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()240 nth_head->GetChildMemberWithName(ConstString("__value"), true)); in GetChildAtIndex()