Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp997 return TypeImpl(m_static_type.GetNonReferenceType(), in GetDereferencedType()
998 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()
1000 return TypeImpl(m_static_type.GetNonReferenceType()); in GetDereferencedType()
H A DCompilerType.cpp394 CompilerType CompilerType::GetNonReferenceType() const { in GetNonReferenceType() function in CompilerType
396 return m_type_system->GetNonReferenceType(m_type); in GetNonReferenceType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h210 CompilerType GetNonReferenceType() const;
H A DTypeSystem.h455 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp184 list_type = list_type.GetNonReferenceType(); in Update()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp202 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h689 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4521 TypeSystemClang::GetNonReferenceType(lldb::opaque_compiler_type_t type) { in GetNonReferenceType() function in TypeSystemClang