Home
last modified time | relevance | path

Searched defs:onFileUpdated (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.h73 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} onFileUpdated() function
H A DTUScheduler.h199 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function
H A DClangdServer.cpp157 void onFileUpdated(PathRef File, const TUStatus &Status) override { in onFileUpdated() function
H A DClangdLSPServer.cpp1894 void ClangdLSPServer::onFileUpdated(PathRef File, const TUStatus &Status) { onFileUpdated() function in clang::clangd::ClangdLSPServer
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp986 void onFileUpdated(PathRef File, const TUStatus &Status) override { in TEST_F() function in clang::clangd::__anon7b80712b0111::TEST_F::CaptureTUStatus