Searched refs:GetFullyUnqualifiedType (Results 1 – 7 of 7) sorted by relevance
1010 return TypeImpl(m_static_type.GetFullyUnqualifiedType(), in GetUnqualifiedType()1011 m_dynamic_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()1013 return TypeImpl(m_static_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
347 CompilerType CompilerType::GetFullyUnqualifiedType() const { in GetFullyUnqualifiedType() function in CompilerType349 return m_type_system->GetFullyUnqualifiedType(m_type); in GetFullyUnqualifiedType()
191 CompilerType GetFullyUnqualifiedType() const;
443 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) = 0;
283 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches()
676 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) override;
4260 TypeSystemClang::GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) { in GetFullyUnqualifiedType() function in TypeSystemClang