Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp273 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() local
274 if (!current_sp) in GetChildAtIndex()
277 current_sp = current_sp->GetChildAtIndex(1, true); // get the __value_ child in GetChildAtIndex()
278 if (!current_sp) in GetChildAtIndex()
285 current_sp->GetData(data, error); in GetChildAtIndex()
378 if (!current_sp) in GetChildAtIndex()
381 current_sp = current_sp->GetChildAtIndex(1, true); // get the __value_ child in GetChildAtIndex()
382 if (!current_sp) in GetChildAtIndex()
385 if (current_sp->GetName() == g_next) { in GetChildAtIndex()
394 current_sp = in GetChildAtIndex()
[all …]