Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp413 auto potential_child_sp = CreateValueObjectFromData( in GetChildAtIndex() local
416 if (potential_child_sp) { in GetChildAtIndex()
417 switch (potential_child_sp->GetNumChildren()) { in GetChildAtIndex()
419 auto child0_sp = potential_child_sp->GetChildAtIndex(0, true); 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()
426 auto child1_sp = potential_child_sp->GetChildAtIndex(1, true); in GetChildAtIndex()
429 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()
435 return potential_child_sp; in GetChildAtIndex()