Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp271 if (!current_sp) in GetChildAtIndex()
274 current_sp = current_sp->GetChildAtIndex(1, true); // get the __value_ child in GetChildAtIndex()
275 if (!current_sp) in GetChildAtIndex()
282 current_sp->GetData(data, error); in GetChildAtIndex()
366 if (!current_sp) in GetChildAtIndex()
369 current_sp = current_sp->GetChildAtIndex(1, true); // get the __value_ child in GetChildAtIndex()
370 if (!current_sp) in GetChildAtIndex()
373 if (current_sp->GetName() == g_next) { in GetChildAtIndex()
382 current_sp = in GetChildAtIndex()
384 if (!current_sp) in GetChildAtIndex()
[all …]