Searched refs:EntriesByUID (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp123 auto It = EntriesByUID.find(UID);
124 return It == EntriesByUID.end() ? nullptr : It->getSecond();
144 auto Insertion = EntriesByUID.insert({UID, nullptr});
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h163 EntriesByUID; member in struct:clang::tooling::dependencies::DependencyScanningFilesystemSharedCache::CacheShard

Completed in 58 milliseconds