Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.cpp172 OnlyDirCache = std::make_unique<DirectoryCache>(*CompileCommandsDir); in DirectoryBasedGlobalCompilationDatabase()
245 if (OnlyDirCache) { in lookupCDB()
246 DirCache = OnlyDirCache.get(); in lookupCDB()
289 if (OnlyDirCache) { in broadcastCDB()
290 assert(OnlyDirCache->path() == Result.PI.SourceRoot && in broadcastCDB()
DGlobalCompilationDatabase.h86 mutable std::unique_ptr<DirectoryCache> OnlyDirCache; variable