Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp1012 return TypeImpl(m_static_type.GetNonReferenceType(), in GetDereferencedType()
1013 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()
1015 return TypeImpl(m_static_type.GetNonReferenceType()); in GetDereferencedType()
H A DCompilerType.cpp459 CompilerType CompilerType::GetNonReferenceType() const { in GetNonReferenceType() function in CompilerType
462 return type_system_sp->GetNonReferenceType(m_type); in GetNonReferenceType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp184 list_type = list_type.GetNonReferenceType(); in Update()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h271 CompilerType GetNonReferenceType() const;
H A DTypeSystem.h469 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp204 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h706 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4570 TypeSystemClang::GetNonReferenceType(lldb::opaque_compiler_type_t type) { in GetNonReferenceType() function in TypeSystemClang