Home
last modified time | relevance | path

Searched refs:GetFullyUnqualifiedType (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp456 const ConstString name = GetFullyUnqualifiedType().GetTypeName(); in CompareTypes()
457 const ConstString rhs_name = rhs.GetFullyUnqualifiedType().GetTypeName(); in CompareTypes()
590 CompilerType CompilerType::GetFullyUnqualifiedType() const { in GetFullyUnqualifiedType() function in CompilerType
593 return type_system_sp->GetFullyUnqualifiedType(m_type); in GetFullyUnqualifiedType()
H A DType.cpp1116 return TypeImpl(m_static_type.GetFullyUnqualifiedType(), in GetUnqualifiedType()
1117 m_dynamic_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
1119 return TypeImpl(m_static_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h301 CompilerType GetFullyUnqualifiedType() const;
H A DTypeSystem.h456 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp274 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h756 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4266 TypeSystemClang::GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) { in GetFullyUnqualifiedType() function in TypeSystemClang