Searched refs:GetUnqualifiedType (Results 1 – 8 of 8) sorted by relevance
46 namesp_type = namesp_this.GetType().GetUnqualifiedType()54 virtual_type = virtual_this.GetType().GetUnqualifiedType()
321 lldb::SBType SBType::GetUnqualifiedType() { in GetUnqualifiedType() function in SBType322 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetUnqualifiedType); in GetUnqualifiedType()327 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetUnqualifiedType())))); in GetUnqualifiedType()944 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetUnqualifiedType, ()); in RegisterMethods()
144 lldb::SBType GetUnqualifiedType();
239 GetUnqualifiedType();
286 TypeImpl GetUnqualifiedType() const;
127 list_type = self.valobj.GetType().GetUnqualifiedType()
329 list_type = self.valobj.GetType().GetUnqualifiedType()
1007 TypeImpl TypeImpl::GetUnqualifiedType() const { in GetUnqualifiedType() function in TypeImpl