Lines Matching refs:CDB
88 Inputs.CompileCommand = *CDB.getCompileCommand(File); in getInputs()
166 MockCompilationDatabase CDB; member in clang::clangd::__anon3472546f0111::TUSchedulerTests
173 TUScheduler S(CDB, optsForTest()); in TEST_F()
220 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
249 TUScheduler S(CDB, Opts, captureDiags()); in TEST_F()
282 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
339 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
363 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
434 TUScheduler S(CDB, Opts, captureDiags()); in TEST_F()
543 TUScheduler S(CDB, Opts); in TEST_F()
603 TUScheduler S(CDB, Opts); in TEST_F()
629 TUScheduler S(CDB, optsForTest()); in TEST_F()
670 TUScheduler S(CDB, optsForTest()); in TEST_F()
698 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
746 CDB.ExtraClangFlags.push_back("-DSOMETHING"); in TEST_F()
757 CDB.ExtraClangFlags.push_back("-I" + testPath("a")); in TEST_F()
758 CDB.ExtraClangFlags.push_back("-I" + testPath("b")); in TEST_F()
762 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
828 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
871 TUScheduler S(CDB, Opts); in TEST_F()
926 MockCompilationDatabase CDB; in TEST_F() local
927 ClangdServer Server(CDB, FS, ClangdServer::optsForTest(), &CaptureTUStatus); in TEST_F()
970 CDB.ExtraClangFlags = {"-fsome-unknown-flag"}; in TEST_F()
975 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
994 CDB.ExtraClangFlags = {"-Wsome-unknown-warning"}; in TEST_F()
999 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
1059 TUScheduler S(CDB, optsForTest(), in TEST_F()