Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp419 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); in GetChildAtIndex() local
420 if (child0_sp && child0_sp->GetName() == g___cc) in GetChildAtIndex()
421 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()
425 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); in GetChildAtIndex() local
427 if (child0_sp && child0_sp->GetName() == g___cc && child1_sp && in GetChildAtIndex()
429 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()