Home
last modified time | relevance | path

Searched refs:GetNonReferenceType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h334 return type_sp->GetForwardCompilerType().GetNonReferenceType(); in GetDereferencedType()
336 return compiler_type.GetNonReferenceType(); in GetDereferencedType()
H A DCompilerType.h220 CompilerType GetNonReferenceType() const;
H A DTypeSystem.h438 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h699 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp422 CompilerType CompilerType::GetNonReferenceType() const { in GetNonReferenceType() function in CompilerType
424 return m_type_system->GetNonReferenceType(m_type); in GetNonReferenceType()
H A DType.cpp963 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()
H A DClangASTContext.cpp4834 ClangASTContext::GetNonReferenceType(lldb::opaque_compiler_type_t type) { in GetNonReferenceType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp187 list_type = list_type.GetNonReferenceType(); in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp199 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches()