Home
last modified time | relevance | path

Searched refs:getShardForUID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h221 CacheShard &getShardForUID(llvm::sys::fs::UniqueID UID) const;
415 return SharedCache.getShardForUID(Stat.getUniqueID()) in findSharedEntryByUID()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp105 DependencyScanningFilesystemSharedCache::getShardForUID( in getShardForUID() function in DependencyScanningFilesystemSharedCache
224 auto &Shard = SharedCache.getShardForUID(TEntry.Status.getUniqueID()); in getOrEmplaceSharedEntryForUID()