Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp767 : m_module_wp(rhs.m_module_wp), m_static_type(rhs.m_static_type), in TypeImpl()
797 m_static_type.SetType(type_sp); in SetType()
806 m_static_type.SetType(compiler_type); in SetType()
818 m_static_type.SetType(compiler_type); in SetType()
824 m_static_type = pair; in SetType()
831 m_static_type = rhs.m_static_type; in operator =()
866 return m_static_type == rhs.m_static_type && in operator ==()
886 m_static_type.Clear(); in Clear()
895 return m_static_type.GetName(); in GetName()
905 return m_static_type.GetDisplayTypeName(); in GetDisplayTypeName()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h437 TypePair m_static_type; variable