Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp834 m_static_type.Clear(); in SetType()
841 m_static_type = compiler_type; in SetType()
853 m_static_type = compiler_type; in SetType()
895 return m_static_type == rhs.m_static_type && in operator ==()
915 m_static_type.Clear(); in Clear()
931 return m_static_type.GetTypeName(); in GetName()
941 return m_static_type.GetDisplayTypeName(); in GetDisplayTypeName()
953 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
1037 return m_static_type; in GetCompilerType()
1049 return m_static_type.GetTypeSystem(); in GetTypeSystem()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h305 CompilerType m_static_type; variable