Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.h91 mutable llvm::StringMap<DirectoryCache> DirCaches; variable
DGlobalCompilationDatabase.cpp232 Ret.push_back(&DirCaches.try_emplace(FoldedDirs[I], Dirs[I]).first->second); in getDirectoryCaches()