Searched refs:onFileEvent (Results 1 – 4 of 4) sorted by relevance
346 void onFileEvent(const DidChangeWatchedFilesParams &Params);
128 void onFileEvent(const DidChangeWatchedFilesParams &);
703 void ClangdLSPServer::onFileEvent(const DidChangeWatchedFilesParams &Params) { in onFileEvent() function in clang::clangd::ClangdLSPServer708 Server->onFileEvent(Params); in onFileEvent()1603 Bind.notification("workspace/didChangeWatchedFiles", this, &ClangdLSPServer::onFileEvent); in bindMethods()
823 void ClangdServer::onFileEvent(const DidChangeWatchedFilesParams &Params) { in onFileEvent() function in clang::clangd::ClangdServer