Searched refs:GetUnqualifiedType (Results 1 – 8 of 8) sorted by relevance
44 namesp_type = namesp_this.GetType().GetUnqualifiedType()52 virtual_type = virtual_this.GetType().GetUnqualifiedType()
464 ") GetUnqualifiedType;466 GetUnqualifiedType();
148 lldb::SBType GetUnqualifiedType();
329 lldb::SBType SBType::GetUnqualifiedType() { in GetUnqualifiedType() function in SBType334 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetUnqualifiedType()))); in GetUnqualifiedType()
292 TypeImpl GetUnqualifiedType() const;
329 list_type = self.valobj.GetType().GetUnqualifiedType()
264 list_type = self.valobj.GetType().GetUnqualifiedType()
1005 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType() function in TypeImpl