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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp180 list_type = list_type.GetNonReferenceType();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h320 CompilerType GetNonReferenceType() const;
H A DTypeSystem.h459 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1104 return TypeImpl(m_static_type.GetNonReferenceType(),
1105 m_dynamic_type.GetNonReferenceType());
1107 return TypeImpl(m_static_type.GetNonReferenceType());
H A DCompilerType.cpp644 CompilerType CompilerType::GetNonReferenceType() const { function in class:CompilerType
647 return type_system_sp->GetNonReferenceType(m_type);
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp204 CompilerType non_ref_type = compiler_type.GetNonReferenceType();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h777 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4495 TypeSystemClang::GetNonReferenceType(lldb::opaque_compiler_type_t type) { function in class:TypeSystemClang

Completed in 223 milliseconds