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.cpp167 auto It = EntriesByUID.find(UID); in findEntryByUID()
168 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID()
193 auto [It, Inserted] = EntriesByUID.try_emplace(UID); in getOrEmplaceEntryForUID()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h168 EntriesByUID; member