Searched refs:m_static_type (Results 1 – 2 of 2) sorted by relevance
834 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 …]
305 CompilerType m_static_type; variable