Searched refs:GetFullyUnqualifiedType (Results 1 – 8 of 8) sorted by relevance
341 return type_sp->GetForwardCompilerType().GetFullyUnqualifiedType(); in GetUnqualifiedType()343 return compiler_type.GetFullyUnqualifiedType(); in GetUnqualifiedType()
201 CompilerType GetFullyUnqualifiedType() const;
435 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) = 0;
681 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) override;
381 CompilerType CompilerType::GetFullyUnqualifiedType() const { in GetFullyUnqualifiedType() function in CompilerType383 return m_type_system->GetFullyUnqualifiedType(m_type); in GetFullyUnqualifiedType()
975 m_dynamic_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
4561 ClangASTContext::GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) { in GetFullyUnqualifiedType() function in ClangASTContext
263 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches()