Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppTuple.cpp65 ValueObjectSP current_child = next_child_sp; in Update() local
68 size_t child_count = current_child->GetNumChildren(); in Update()
70 ValueObjectSP child_sp = current_child->GetChildAtIndex(i, true); in Update()