Searched refs:GetNonReferenceType (Results 1 – 9 of 9) sorted by relevance
1110 return TypeImpl(m_static_type.GetNonReferenceType(), in GetDereferencedType()1111 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()1113 return TypeImpl(m_static_type.GetNonReferenceType()); in GetDereferencedType()
665 CompilerType CompilerType::GetNonReferenceType() const { in GetNonReferenceType() function in CompilerType668 return type_system_sp->GetNonReferenceType(m_type); in GetNonReferenceType()
3042 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()
326 CompilerType GetNonReferenceType() const;
488 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
180 list_type = list_type.GetNonReferenceType(); in Update()
208 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches()
788 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
4539 TypeSystemClang::GetNonReferenceType(lldb::opaque_compiler_type_t type) { in GetNonReferenceType() function in TypeSystemClang