Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxUnorderedMap.cpp92 auto p1_sp = m_backend.GetChildAtNamePath({ConstString("__table_"), in GetChildAtIndex() local
94 if (!p1_sp) in GetChildAtIndex()
98 switch (p1_sp->GetCompilerType().GetNumDirectBaseClasses()) { in GetChildAtIndex()
101 first_sp = p1_sp->GetChildMemberWithName(ConstString("__first_"), in GetChildAtIndex()
107 p1_sp->GetChildAtIndex(0, true); in GetChildAtIndex()
108 first_sp = p1_sp->GetChildMemberWithName(ConstString("__value_"), in GetChildAtIndex()