Searched refs:DestMod (Results 1 – 1 of 1) sorted by relevance
279 ImportMapTy &operator[](StringRef DestMod) {280 return ListsImpl.try_emplace(DestMod, ImportIDs).first->second;283 const ImportMapTy &lookup(StringRef DestMod) const { in lookup() argument284 auto It = ListsImpl.find(DestMod); in lookup()