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.cpp940 m_static_type.Clear(); in SetType()
947 m_static_type = compiler_type; in SetType()
959 m_static_type = compiler_type; in SetType()
1001 return m_static_type == rhs.m_static_type && in operator ==()
1021 m_static_type.Clear(); in Clear()
1037 return m_static_type.GetTypeName(); in GetName()
1047 return m_static_type.GetDisplayTypeName(); in GetDisplayTypeName()
1059 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
1143 return m_static_type; in GetCompilerType()
1155 return m_static_type.GetTypeSystem(); in GetTypeSystem()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h626 CompilerType m_static_type; variable