Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp941 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
946 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
951 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl()
957 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
963 m_static_type = type_sp->GetForwardCompilerType(); in SetType()
967 m_static_type.Clear(); in SetType()
974 m_static_type = compiler_type; in SetType()
986 m_static_type = compiler_type; in SetType()
1028 return m_static_type == rhs.m_static_type && in operator ==()
1040 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h693 CompilerType m_static_type; variable