Home
last modified time | relevance | path

Searched refs:NotifyFileStatus (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h182 LSPBinder::OutgoingNotification<FileStatus> NotifyFileStatus; variable
H A DClangdLSPServer.cpp1628 NotifyFileStatus = Bind.outgoingNotification("textDocument/clangd.fileStatus"); in bindMethods()
1807 NotifyFileStatus(Status.render(File)); in onFileUpdated()