Home
last modified time | relevance | path

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

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