Lines Matching refs:m_dynamic_type

808     : m_module_wp(), m_static_type(), m_dynamic_type() {  in TypeImpl()
813 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
818 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl()
824 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
847 m_dynamic_type = dynamic; in SetType()
854 m_dynamic_type = dynamic; in SetType()
896 m_dynamic_type == rhs.m_dynamic_type; in operator ==()
907 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()
916 m_dynamic_type.Clear(); in Clear()
929 if (m_dynamic_type) in GetName()
930 return m_dynamic_type.GetTypeName(); in GetName()
939 if (m_dynamic_type) in GetDisplayTypeName()
940 return m_dynamic_type.GetDisplayTypeName(); in GetDisplayTypeName()
949 if (m_dynamic_type.IsValid()) { in GetPointerType()
951 m_dynamic_type.GetPointerType()); in GetPointerType()
961 if (m_dynamic_type.IsValid()) { in GetPointeeType()
963 m_dynamic_type.GetPointeeType()); in GetPointeeType()
973 if (m_dynamic_type.IsValid()) { in GetReferenceType()
975 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
985 if (m_dynamic_type.IsValid()) { in GetTypedefedType()
987 m_dynamic_type.GetTypedefedType()); in GetTypedefedType()
997 if (m_dynamic_type.IsValid()) { in GetDereferencedType()
999 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()
1009 if (m_dynamic_type.IsValid()) { in GetUnqualifiedType()
1011 m_dynamic_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
1021 if (m_dynamic_type.IsValid()) { in GetCanonicalType()
1023 m_dynamic_type.GetCanonicalType()); in GetCanonicalType()
1034 if (m_dynamic_type.IsValid()) in GetCompilerType()
1035 return m_dynamic_type; in GetCompilerType()
1046 if (m_dynamic_type.IsValid()) in GetTypeSystem()
1047 return m_dynamic_type.GetTypeSystem(); in GetTypeSystem()
1058 if (m_dynamic_type.IsValid()) { in GetDescription()
1060 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription()