Searched refs:outgoingNotification (Results 1 – 7 of 7) sorted by relevance
96 UntypedOutgoingNotification outgoingNotification(llvm::StringLiteral Method);176 LSPBinder::outgoingNotification(llvm::StringLiteral);186 LSPBinder::outgoingNotification(llvm::StringLiteral Method) { in outgoingNotification() function
1626 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()
159 OutgoingNotification<T> outgoingNotification(llvm::StringLiteral method) { in outgoingNotification() function
222 messageHandler.outgoingNotification<PublishDiagnosticsParams>( in runTableGenLSPServer()
303 messageHandler.outgoingNotification<PublishDiagnosticsParams>( in runMlirLSPServer()
335 messageHandler.outgoingNotification<PublishDiagnosticsParams>( in runPdllLSPServer()
239 Changed = Bind.outgoingNotification("changed"); in TEST_F()