Lines Matching defs:CDB
214 ClangdServer::ClangdServer(const GlobalCompilationDatabase &CDB,
217 : FeatureModules(Opts.FeatureModules), CDB(CDB), TFS(TFS),
237 WorkScheduler.emplace(CDB, TUScheduler::Options(Opts),
263 TFS, CDB,
265 [&CDB](llvm::StringRef File) { return CDB.getProjectInfo(File); }),
1147 // the components. E.g. CDB broadcast triggers backrgound indexing.
1148 // This queries the CDB which may discover new work if disk has changed.
1157 if (!CDB.blockUntilIdle(timeoutSeconds(Timeout)))