Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DNSDictionary.cpp140 CompilerType m_pair_type; member in lldb_private::formatters::NSDictionaryISyntheticFrontEnd
160 CompilerType m_pair_type; member in lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd
203 CompilerType m_pair_type; member in lldb_private::formatters::NSCFDictionarySyntheticFrontEnd
256 CompilerType m_pair_type; member in lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd
307 CompilerType m_pair_type; member in lldb_private::formatters::Foundation1100::NSDictionaryMSyntheticFrontEnd
594 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_pair_type() {} in NSDictionaryISyntheticFrontEnd()
706 if (!m_pair_type.IsValid()) { in GetChildAtIndex()
710 m_pair_type = GetLLDBNSPairType(target_sp); in GetChildAtIndex()
712 if (!m_pair_type.IsValid()) in GetChildAtIndex()
731 m_exe_ctx_ref, m_pair_type); in GetChildAtIndex()
[all …]
DNSSet.cpp109 CompilerType m_pair_type; member in lldb_private::formatters::NSCFSetSyntheticFrontEnd
549 m_pair_type() {} in NSCFSetSyntheticFrontEnd()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp59 CompilerType m_pair_type; member in __anon9d2fbb0c0111::LibstdcppMapIteratorSyntheticFrontEnd
82 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_pair_type(), in LibstdcppMapIteratorSyntheticFrontEnd()
120 m_pair_type = pair_type; in Update()
133 if (m_pair_address != 0 && m_pair_type) { in GetChildAtIndex()
136 m_exe_ctx_ref, m_pair_type); in GetChildAtIndex()