Searched refs:GetFullyUnqualifiedType (Results 1 – 7 of 7) sorted by relevance
479 const ConstString name = GetFullyUnqualifiedType().GetTypeName(); in CompareTypes()480 const ConstString rhs_name = rhs.GetFullyUnqualifiedType().GetTypeName(); in CompareTypes()621 CompilerType CompilerType::GetFullyUnqualifiedType() const { in GetFullyUnqualifiedType() function in CompilerType624 return type_system_sp->GetFullyUnqualifiedType(m_type); in GetFullyUnqualifiedType()
1143 return TypeImpl(m_static_type.GetFullyUnqualifiedType(), in GetUnqualifiedType()1144 m_dynamic_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()1146 return TypeImpl(m_static_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
315 CompilerType GetFullyUnqualifiedType() const;
494 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) = 0;
285 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches()
764 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) override;
4341 TypeSystemClang::GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) { in GetFullyUnqualifiedType() function in TypeSystemClang