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