Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h180 LSPBinder::OutgoingNotification<ShowMessageParams> ShowMessage;
181 LSPBinder::OutgoingNotification<PublishDiagnosticsParams> PublishDiagnostics;
182 LSPBinder::OutgoingNotification<FileStatus> NotifyFileStatus;
185 LSPBinder::OutgoingNotification<ProgressParams<WorkDoneProgressBegin>>
187 LSPBinder::OutgoingNotification<ProgressParams<WorkDoneProgressReport>>
189 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.h135 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.h101 using OutgoingNotification = llvm::unique_function<void(const T &)>; variable
159 OutgoingNotification<T> outgoingNotification(llvm::StringLiteral method) { in outgoingNotification()
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp74 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp85 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp106 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp234 OutgoingNotification<int> Changed; in TEST_F()