Home
last modified time | relevance | path

Searched refs:outgoingNotification (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DLSPBinder.h96 UntypedOutgoingNotification outgoingNotification(llvm::StringLiteral Method);
176 LSPBinder::outgoingNotification(llvm::StringLiteral);
186 LSPBinder::outgoingNotification(llvm::StringLiteral Method) { in outgoingNotification() function
H A DClangdLSPServer.cpp1626 PublishDiagnostics = Bind.outgoingNotification("textDocument/publishDiagnostics"); in bindMethods()
1627 ShowMessage = Bind.outgoingNotification("window/showMessage"); in bindMethods()
1628 NotifyFileStatus = Bind.outgoingNotification("textDocument/clangd.fileStatus"); in bindMethods()
1630 BeginWorkDoneProgress = Bind.outgoingNotification("$/progress"); in bindMethods()
1631 ReportWorkDoneProgress = Bind.outgoingNotification("$/progress"); in bindMethods()
1632 EndWorkDoneProgress = Bind.outgoingNotification("$/progress"); in bindMethods()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.h159 OutgoingNotification<T> outgoingNotification(llvm::StringLiteral method) { in outgoingNotification() function
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp222 messageHandler.outgoingNotification<PublishDiagnosticsParams>( in runTableGenLSPServer()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp303 messageHandler.outgoingNotification<PublishDiagnosticsParams>( in runMlirLSPServer()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp335 messageHandler.outgoingNotification<PublishDiagnosticsParams>( in runPdllLSPServer()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp239 Changed = Bind.outgoingNotification("changed"); in TEST_F()