Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.cpp243 DirectoryCache *DirCache = nullptr; in lookupCDB() local
246 DirCache = OnlyDirCache.get(); in lookupCDB()
248 CDB = DirCache->get(ShouldBroadcast); in lookupCDB()
261 DirCache = Candidate; in lookupCDB()
273 Result.PI.SourceRoot = DirCache->path().str(); in lookupCDB()