Searched refs:GetReferenceType (Results 1 – 4 of 4) sorted by relevance
318 CompilerType GetReferenceType() const { in GetReferenceType() function416 TypeImpl GetReferenceType() const;
934 TypeImpl TypeImpl::GetReferenceType() const { in GetReferenceType() function in TypeImpl938 return TypeImpl(m_static_type.GetReferenceType(), in GetReferenceType()941 return TypeImpl(m_static_type.GetReferenceType()); in GetReferenceType()
133 lldb::SBType GetReferenceType();
151 SBType SBType::GetReferenceType() { in GetReferenceType() function in SBType154 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetReferenceType()))); in GetReferenceType()