Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp121 auto It = EntriesByUID.find(UID); in findEntryByUID()
122 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID()
142 auto Insertion = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h163 EntriesByUID; member