Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp124 auto It = EntriesByUID.find(UID); in findEntryByUID()
125 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID()
150 auto [It, Inserted] = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h167 EntriesByUID; member