Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp266 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() local
267 if (!current_sp) in GetChildAtIndex()
270 current_sp = current_sp->GetChildAtIndex(1); // get the __value_ child in GetChildAtIndex()
271 if (!current_sp) in GetChildAtIndex()
278 current_sp->GetData(data, error); in GetChildAtIndex()
359 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() local
360 if (!current_sp) in GetChildAtIndex()
363 current_sp = current_sp->GetChildAtIndex(1); // get the __value_ child in GetChildAtIndex()
364 if (!current_sp) in GetChildAtIndex()
367 if (current_sp->GetName() == g_next) { in GetChildAtIndex()
[all …]