Lines Matching defs:CDB
243 /// should query to get it. This avoids getting out of sync with the CDB.
608 ASTWorker(PathRef FileName, const GlobalCompilationDatabase &CDB,
621 create(PathRef FileName, const GlobalCompilationDatabase &CDB,
723 const GlobalCompilationDatabase &CDB;
815 ASTWorker::create(PathRef FileName, const GlobalCompilationDatabase &CDB,
822 new ASTWorker(FileName, CDB, IdleASTs, HeaderIncluders, Barrier,
834 ASTWorker::ASTWorker(PathRef FileName, const GlobalCompilationDatabase &CDB,
842 ContextProvider(Opts.ContextProvider), CDB(CDB), Callbacks(Callbacks),
849 FileInputs.CompileCommand = CDB.getFallbackCommand(FileName);
872 auto Cmd = CDB.getCompileCommand(FileName);
878 auto ProxyCmd = CDB.getCompileCommand(ProxyFile);
891 Inputs.CompileCommand = CDB.getFallbackCommand(FileName);
1631 TUScheduler::TUScheduler(const GlobalCompilationDatabase &CDB,
1634 : CDB(CDB), Opts(Opts),
1682 File, CDB, *IdleASTs, *HeaderIncluders,