Searched defs:onFileUpdated (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | ClangdServer.h | 73 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} onFileUpdated() function |
H A D | TUScheduler.h | 199 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function |
H A D | ClangdServer.cpp | 157 void onFileUpdated(PathRef File, const TUStatus &Status) override { in onFileUpdated() function |
H A D | ClangdLSPServer.cpp | 1894 void ClangdLSPServer::onFileUpdated(PathRef File, const TUStatus &Status) { onFileUpdated() function in clang::clangd::ClangdLSPServer |
/llvm-project/clang-tools-extra/clangd/unittests/ | ||
H A D | TUSchedulerTests.cpp | 986 void onFileUpdated(PathRef File, const TUStatus &Status) override { in TEST_F() function in clang::clangd::__anon7b80712b0111::TEST_F::CaptureTUStatus |