Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp187 auto anon_union_sp = node_sp->GetChildAtIndex(2); in GetChildAtIndex() local
188 if (!anon_union_sp) in GetChildAtIndex()
191 value_sp = anon_union_sp->GetChildMemberWithName("__value_"); in GetChildAtIndex()
329 auto anon_union_sp = hash_node_sp->GetChildAtIndex(2); in Update() local
330 if (!anon_union_sp) in Update()
333 key_value_sp = anon_union_sp->GetChildMemberWithName("__value_"); in Update()