Searched refs:updateWithCallback (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TUSchedulerTests.cpp | 100 void updateWithCallback(TUScheduler &S, PathRef File, in updateWithCallback() function in clang::clangd::__anon644364680111::TUSchedulerTests 103 updateWithCallback(S, File, getInputs(File, std::string(Contents)), WD, in updateWithCallback() 107 void updateWithCallback(TUScheduler &S, PathRef File, ParseInputs Inputs, in updateWithCallback() function in clang::clangd::__anon644364680111::TUSchedulerTests 321 updateWithCallback(S, Path, "", WantDiagnostics::Yes, in TEST_F() 602 updateWithCallback(S, Foo, SourceContents, WantDiagnostics::Yes, in TEST_F() 611 updateWithCallback(S, Bar, SourceContents, WantDiagnostics::Yes, in TEST_F() 613 updateWithCallback(S, Baz, SourceContents, WantDiagnostics::Yes, in TEST_F() 624 updateWithCallback(S, Foo, OtherSourceContents, WantDiagnostics::Yes, in TEST_F() 1488 updateWithCallback(S, A, getInputs(A, ""), WantDiagnostics::Yes, in TEST_F()
|