Searched refs:GetNonReferenceType (Results 1 – 12 of 12) sorted by relevance
15 auto container_type = container.GetCompilerType().GetNonReferenceType(); in GetDesugaredSmartPointerValue()
117 .GetNonReferenceType() in GetElementType()
185 list_type = list_type.GetNonReferenceType(); in Update()
1131 return TypeImpl(m_static_type.GetNonReferenceType(), in GetDereferencedType()1132 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()1134 return TypeImpl(m_static_type.GetNonReferenceType()); in GetDereferencedType()
675 CompilerType CompilerType::GetNonReferenceType() const { in GetNonReferenceType() function in CompilerType678 return type_system_sp->GetNonReferenceType(m_type); in GetNonReferenceType()
3004 start_type = start_type.GetNonReferenceType(); in CastDerivedToBaseType()3007 type.IsPointerType() ? type.GetPointeeType() : type.GetNonReferenceType(); in CastDerivedToBaseType()3054 if (!inner_value_type.CompareTypes(type.GetNonReferenceType())) in CastDerivedToBaseType()3059 return lldb::ValueObjectSP(inner_value->Cast(type.GetNonReferenceType())); in CastDerivedToBaseType()3074 start_type = start_type.GetNonReferenceType(); in CastBaseToDerivedType()3077 type.IsPointerType() ? type.GetPointeeType() : type.GetNonReferenceType(); in CastBaseToDerivedType()3108 type.IsPointerType() ? type : type.GetNonReferenceType().GetPointerType(); in CastBaseToDerivedType()
354 auto base_type = base->GetCompilerType().GetNonReferenceType(); in Visit()
334 CompilerType GetNonReferenceType() const;
497 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
211 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches()
785 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
4570 TypeSystemClang::GetNonReferenceType(lldb::opaque_compiler_type_t type) { in GetNonReferenceType() function in TypeSystemClang