Searched refs:next_child_sp (Results 1 – 1 of 1) sorted by relevance
63 ValueObjectSP next_child_sp = valobj_backend_sp->GetNonSyntheticValue(); in Update() local64 while (next_child_sp != nullptr) { in Update()65 ValueObjectSP current_child = next_child_sp; in Update()66 next_child_sp = nullptr; in Update()73 next_child_sp = child_sp; in Update()