Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DType.cpp1010 return TypeImpl(m_static_type.GetFullyUnqualifiedType(), in GetUnqualifiedType()
1011 m_dynamic_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
1013 return TypeImpl(m_static_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
DCompilerType.cpp347 CompilerType CompilerType::GetFullyUnqualifiedType() const { in GetFullyUnqualifiedType() function in CompilerType
349 return m_type_system->GetFullyUnqualifiedType(m_type); in GetFullyUnqualifiedType()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h191 CompilerType GetFullyUnqualifiedType() const;
DTypeSystem.h443 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp283 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h676 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp4260 TypeSystemClang::GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) { in GetFullyUnqualifiedType() function in TypeSystemClang