Lines Matching refs:current_sp
270 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() local
271 if (!current_sp) in GetChildAtIndex()
274 current_sp = current_sp->GetChildAtIndex(1, true); // get the __value_ child in GetChildAtIndex()
275 if (!current_sp) in GetChildAtIndex()
282 current_sp->GetData(data, error); in GetChildAtIndex()
365 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() local
366 if (!current_sp) in GetChildAtIndex()
369 current_sp = current_sp->GetChildAtIndex(1, true); // get the __value_ child in GetChildAtIndex()
370 if (!current_sp) in GetChildAtIndex()
373 if (current_sp->GetName() == g_next) { in GetChildAtIndex()
374 ProcessSP process_sp(current_sp->GetProcessSP()); in GetChildAtIndex()
379 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue(); in GetChildAtIndex()
382 current_sp = in GetChildAtIndex()
384 if (!current_sp) in GetChildAtIndex()
392 current_sp->GetData(data, error); in GetChildAtIndex()