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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h182 CompilerType GetFullyUnqualifiedType() const;
H A DTypeSystem.h421 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h600 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp349 CompilerType CompilerType::GetFullyUnqualifiedType() const { function in class:CompilerType
351 return m_type_system->GetFullyUnqualifiedType(m_type);
H A DType.cpp982 return TypeImpl(m_static_type.GetFullyUnqualifiedType(),
983 m_dynamic_type.GetFullyUnqualifiedType());
985 return TypeImpl(m_static_type.GetFullyUnqualifiedType());
H A DClangASTContext.cpp3987 ClangASTContext::GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp291 compiler_type.GetFullyUnqualifiedType();

Completed in 92 milliseconds