Home
last modified time | relevance | path

Searched refs:next_child_sp (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcppTuple.cpp63 ValueObjectSP next_child_sp = valobj_backend_sp->GetNonSyntheticValue(); in Update() local
64 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()