Searched refs:synthetic_children (Results 1 – 2 of 2) sorted by relevance
168 lldb_private::SyntheticChildrenFrontEnd *synthetic_children = in BlockPointerSummaryProvider() local170 if (!synthetic_children) { in BlockPointerSummaryProvider()174 synthetic_children->Update(); in BlockPointerSummaryProvider()178 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider()179 synthetic_children->GetIndexOfChildWithName(s_FuncPtr_name)); in BlockPointerSummaryProvider()
293 auto synthetic_children = in VectorTypeSummaryProvider() local295 if (!synthetic_children) in VectorTypeSummaryProvider()298 synthetic_children->Update(); in VectorTypeSummaryProvider()304 len = synthetic_children->CalculateNumChildrenIgnoringErrors(); in VectorTypeSummaryProvider()307 auto child_sp = synthetic_children->GetChildAtIndex(idx); in VectorTypeSummaryProvider()