Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp223 TentativeEntry TEntry) { in getOrEmplaceSharedEntryForUID() argument
224 auto &Shard = SharedCache.getShardForUID(TEntry.Status.getUniqueID()); in getOrEmplaceSharedEntryForUID()
225 return Shard.getOrEmplaceEntryForUID(TEntry.Status.getUniqueID(), in getOrEmplaceSharedEntryForUID()
226 std::move(TEntry.Status), in getOrEmplaceSharedEntryForUID()
227 std::move(TEntry.Contents)); in getOrEmplaceSharedEntryForUID()
257 auto TEntry = in computeAndStoreResult() local
261 if (TEntry) { in computeAndStoreResult()
262 const auto &UIDEntry = getOrEmplaceSharedEntryForUID(std::move(*TEntry)); in computeAndStoreResult()
266 TEntry.getError()); in computeAndStoreResult()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h401 getOrEmplaceSharedEntryForUID(TentativeEntry TEntry);