Searched refs:GetReferenceType (Results 1 – 7 of 7) sorted by relevance
77 int_ref_type = int_type.GetReferenceType()82 int_ptr_type = int_type.GetReferenceType()
419 ") GetReferenceType;421 GetReferenceType();
142 lldb::SBType GetReferenceType();
98 task_ref_type = task_type.GetReferenceType()
181 SBType SBType::GetReferenceType() { in GetReferenceType() function in SBType186 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()
286 TypeImpl GetReferenceType() const;
969 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType() function in TypeImpl