Searched refs:nth_head (Results 1 – 1 of 1) sorted by relevance
173 ValueObjectSP nth_head = LibcxxVariantGetNthHead(impl_sp, index_value); in LibcxxVariantSummaryProvider() local175 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() local254 if (!nth_head) in GetChildAtIndex()257 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()267 ValueObjectSP head_value(nth_head->GetChildMemberWithName("__value")); in GetChildAtIndex()