Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h341 return type_sp->GetForwardCompilerType().GetFullyUnqualifiedType(); in GetUnqualifiedType()
343 return compiler_type.GetFullyUnqualifiedType(); in GetUnqualifiedType()
H A DCompilerType.h201 CompilerType GetFullyUnqualifiedType() const;
H A DTypeSystem.h435 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h681 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp381 CompilerType CompilerType::GetFullyUnqualifiedType() const { in GetFullyUnqualifiedType() function in CompilerType
383 return m_type_system->GetFullyUnqualifiedType(m_type); in GetFullyUnqualifiedType()
H A DType.cpp975 m_dynamic_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
H A DClangASTContext.cpp4561 ClangASTContext::GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) { in GetFullyUnqualifiedType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp263 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches()