Lines Matching refs:TUScheduler
78 TUScheduler::Options optsForTest() { in optsForTest()
79 TUScheduler::Options Opts(ClangdServer::optsForTest()); in optsForTest()
95 void updateWithCallback(TUScheduler &S, PathRef File, in updateWithCallback()
102 void updateWithCallback(TUScheduler &S, PathRef File, ParseInputs Inputs, in updateWithCallback()
145 void updateWithDiags(TUScheduler &S, PathRef File, ParseInputs Inputs, in updateWithDiags()
158 void updateWithDiags(TUScheduler &S, PathRef File, llvm::StringRef Contents, in updateWithDiags()
173 TUScheduler S(CDB, optsForTest()); in TEST_F()
188 "", Missing, TUScheduler::Stale, in TEST_F()
196 S.runWithPreamble("", Added, TUScheduler::Stale, in TEST_F()
205 S.runWithPreamble("", Added, TUScheduler::Stale, 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()
354 TUScheduler::InvalidateOnUpdate); in TEST_F()
363 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
382 TUScheduler::InvalidateOnUpdate); in TEST_F()
389 TUScheduler::NoInvalidation); in TEST_F()
403 TUScheduler::InvalidateOnUpdate); in TEST_F()
412 TUScheduler::InvalidateOnUpdate); in TEST_F()
434 TUScheduler S(CDB, Opts, captureDiags()); in TEST_F()
473 EXPECT_EQ(File, *TUScheduler::getFileBeingProcessedInContext()); in TEST_F()
499 EXPECT_EQ(File, *TUScheduler::getFileBeingProcessedInContext()); in TEST_F()
506 "CheckPreamble", File, TUScheduler::Stale, in TEST_F()
517 EXPECT_EQ(File, *TUScheduler::getFileBeingProcessedInContext()); 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()
643 "getNonEmptyPreamble", Foo, TUScheduler::Stale, in TEST_F()
658 "getEmptyPreamble", Foo, TUScheduler::Stale, in TEST_F()
670 TUScheduler S(CDB, optsForTest()); in TEST_F()
684 "test", Foo, TUScheduler::Stale, in TEST_F()
698 TUScheduler S(CDB, optsForTest(), captureDiags()); 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()
975 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
999 TUScheduler S(CDB, optsForTest(), captureDiags()); in TEST_F()
1059 TUScheduler S(CDB, optsForTest(), in TEST_F()