Home
last modified time | relevance | path

Searched refs:OutgoingNotification (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.h192 LSPBinder::OutgoingNotification<ShowMessageParams> ShowMessage;
193 LSPBinder::OutgoingNotification<PublishDiagnosticsParams> PublishDiagnostics;
194 LSPBinder::OutgoingNotification<FileStatus> NotifyFileStatus;
195 LSPBinder::OutgoingNotification<InactiveRegionsParams> PublishInactiveRegions;
198 LSPBinder::OutgoingNotification<ProgressParams<WorkDoneProgressBegin>>
200 LSPBinder::OutgoingNotification<ProgressParams<WorkDoneProgressReport>>
202 LSPBinder::OutgoingNotification<ProgressParams<WorkDoneProgressEnd>>
H A DLSPBinder.h90 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable
179 template <typename Request> operator OutgoingNotification<Request>() && {
H A DFeatureModule.h136 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DTransport.h101 using OutgoingNotification = llvm::unique_function<void(const T &)>; variable
178 OutgoingNotification<T> outgoingNotification(llvm::StringLiteral method) { in outgoingNotification()
/llvm-project/mlir/unittests/Tools/lsp-server-support/
H A DTransport.cpp128 TEST_F(TransportInputTest, OutgoingNotification) { in TEST_F() argument
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp75 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp94 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp107 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp338 OutgoingNotification<int> Changed; in TEST_F()