Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.h84 class DirectoryCache;
86 mutable std::unique_ptr<DirectoryCache> OnlyDirCache;
91 mutable llvm::StringMap<DirectoryCache> DirCaches;
95 std::vector<DirectoryCache *>
DGlobalCompilationDatabase.cpp77 class DirectoryBasedGlobalCompilationDatabase::DirectoryCache { class in clang::clangd::DirectoryBasedGlobalCompilationDatabase
97 DirectoryCache(llvm::StringRef Path) : Path(Path) { in DirectoryCache() function in clang::clangd::DirectoryBasedGlobalCompilationDatabase::DirectoryCache
172 OnlyDirCache = std::make_unique<DirectoryCache>(*CompileCommandsDir); in DirectoryBasedGlobalCompilationDatabase()
219 std::vector<DirectoryBasedGlobalCompilationDatabase::DirectoryCache *>
227 std::vector<DirectoryCache *> Ret; in getDirectoryCaches()
243 DirectoryCache *DirCache = nullptr; in lookupCDB()
258 for (DirectoryCache *Candidate : getDirectoryCaches(SearchDirs)) { in lookupCDB()
311 for (DirectoryCache *Dir : getDirectoryCaches(FileAncestors)) { in broadcastCDB()