Searched refs:GetDereferencedType (Results 1 – 8 of 8) sorted by relevance
452 ") GetDereferencedType;454 GetDereferencedType();
147 lldb::SBType GetDereferencedType();
196 SBType SBType::GetDereferencedType() { in GetDereferencedType() function in SBType201 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetDereferencedType()))); in GetDereferencedType()
86 the_type = the_type.GetDereferencedType()
265 list_type = list_type.GetDereferencedType()565 map_type = map_type.GetDereferencedType()
331 list_type = list_type.GetDereferencedType()
303 TypeImpl GetDereferencedType() const;
1008 TypeImpl TypeImpl::GetDereferencedType() const { in GetDereferencedType() function in TypeImpl