Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1110 return TypeImpl(m_static_type.GetNonReferenceType(), in GetDereferencedType()
1111 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()
1113 return TypeImpl(m_static_type.GetNonReferenceType()); in GetDereferencedType()
H A DCompilerType.cpp665 CompilerType CompilerType::GetNonReferenceType() const { in GetNonReferenceType() function in CompilerType
668 return type_system_sp->GetNonReferenceType(m_type); in GetNonReferenceType()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3042 start_type = start_type.GetNonReferenceType(); in CastDerivedToBaseType()
3045 type.IsPointerType() ? type.GetPointeeType() : type.GetNonReferenceType(); in CastDerivedToBaseType()
3092 if (!inner_value_type.CompareTypes(type.GetNonReferenceType())) in CastDerivedToBaseType()
3097 return lldb::ValueObjectSP(inner_value->Cast(type.GetNonReferenceType())); in CastDerivedToBaseType()
3112 start_type = start_type.GetNonReferenceType(); in CastBaseToDerivedType()
3115 type.IsPointerType() ? type.GetPointeeType() : type.GetNonReferenceType(); in CastBaseToDerivedType()
3146 type.IsPointerType() ? type : type.GetNonReferenceType().GetPointerType(); in CastBaseToDerivedType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h326 CompilerType GetNonReferenceType() const;
H A DTypeSystem.h488 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp180 list_type = list_type.GetNonReferenceType(); in Update()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp208 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h788 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4539 TypeSystemClang::GetNonReferenceType(lldb::opaque_compiler_type_t type) { in GetNonReferenceType() function in TypeSystemClang