Lines Matching refs:CDB
370 ASTWorker(PathRef FileName, const GlobalCompilationDatabase &CDB,
381 const GlobalCompilationDatabase &CDB,
466 const GlobalCompilationDatabase &CDB; member in clang::clangd::__anon5c4233ba0311::ASTWorker
557 const GlobalCompilationDatabase &CDB, in create() argument
563 FileName, CDB, IdleASTs, Barrier, /*RunSync=*/!Tasks, Opts, Callbacks)); in create()
574 ASTWorker::ASTWorker(PathRef FileName, const GlobalCompilationDatabase &CDB, in ASTWorker() argument
579 FileName(FileName), ContextProvider(Opts.ContextProvider), CDB(CDB), in ASTWorker()
587 FileInputs.CompileCommand = CDB.getFallbackCommand(FileName); in ASTWorker()
609 if (auto Cmd = CDB.getCompileCommand(FileName)) in update()
613 Inputs.CompileCommand = CDB.getFallbackCommand(FileName); in update()
1231 TUScheduler::TUScheduler(const GlobalCompilationDatabase &CDB, in TUScheduler() argument
1234 : CDB(CDB), Opts(Opts), in TUScheduler()
1280 ASTWorker::create(File, CDB, *IdleASTs, in update()