Searched refs:GetUnqualifiedType (Results 1 – 7 of 7) sorted by relevance
464 ") GetUnqualifiedType;466 GetUnqualifiedType();
149 lldb::SBType GetUnqualifiedType();
328 lldb::SBType SBType::GetUnqualifiedType() { in GetUnqualifiedType() function in SBType333 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetUnqualifiedType()))); in GetUnqualifiedType()
305 TypeImpl GetUnqualifiedType() const;
263 list_type = self.valobj.GetType().GetUnqualifiedType()
329 list_type = self.valobj.GetType().GetUnqualifiedType()
1020 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType() function in TypeImpl