Searched refs:OwnerAndIndex (Results 1 – 3 of 3) sorted by relevance
186 auto OwnerAndIndex = I->second; in moveRef() local188 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef()194 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()196 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()
218 auto OwnerAndIndex = I->second; in moveRef() local220 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef()226 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()228 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()
219 auto OwnerAndIndex = I->second; in moveRef() local221 bool WasInserted = UseMap.insert(std::make_pair(New, OwnerAndIndex)).second; in moveRef()227 assert((OwnerAndIndex.first || *static_cast<Metadata **>(Ref) == &MD) && in moveRef()229 assert((OwnerAndIndex.first || *static_cast<Metadata **>(New) == &MD) && in moveRef()