Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp511 SetItemDescriptor &set_item = m_children[idx]; in GetChildAtIndex() local
512 if (!set_item.valobj_sp) { in GetChildAtIndex()
520 static_cast<uint32_t>(set_item.item_ptr); in GetChildAtIndex()
524 static_cast<uint64_t>(set_item.item_ptr); in GetChildAtIndex()
536 set_item.valobj_sp = CreateValueObjectFromData( in GetChildAtIndex()
541 return set_item.valobj_sp; in GetChildAtIndex()
636 SetItemDescriptor &set_item = m_children[idx]; in GetChildAtIndex() local
637 if (!set_item.valobj_sp) { in GetChildAtIndex()
646 static_cast<uint32_t>(set_item.item_ptr); in GetChildAtIndex()
650 static_cast<uint64_t>(set_item.item_ptr); in GetChildAtIndex()
[all …]