Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp120 auto It = EntriesByUID.find(UID); in findEntryByUID()
121 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID()
141 auto Insertion = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h163 EntriesByUID; member