Searched refs:OnlyDirCache (Results 1 – 2 of 2) sorted by relevance
172 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()
86 mutable std::unique_ptr<DirectoryCache> OnlyDirCache; variable