Searched refs:GetNonReferenceType (Results 1 – 8 of 8) sorted by relevance
997 return TypeImpl(m_static_type.GetNonReferenceType(), in GetDereferencedType()998 m_dynamic_type.GetNonReferenceType()); in GetDereferencedType()1000 return TypeImpl(m_static_type.GetNonReferenceType()); in GetDereferencedType()
394 CompilerType CompilerType::GetNonReferenceType() const { in GetNonReferenceType() function in CompilerType396 return m_type_system->GetNonReferenceType(m_type); in GetNonReferenceType()
210 CompilerType GetNonReferenceType() const;
455 GetNonReferenceType(lldb::opaque_compiler_type_t type) = 0;
184 list_type = list_type.GetNonReferenceType(); in Update()
202 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches()
689 CompilerType GetNonReferenceType(lldb::opaque_compiler_type_t type) override;
4521 TypeSystemClang::GetNonReferenceType(lldb::opaque_compiler_type_t type) { in GetNonReferenceType() function in TypeSystemClang