Searched refs:OutgoingNotification (Results 1 – 8 of 8) sorted by relevance
180 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>>
90 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable179 template <typename Request> operator OutgoingNotification<Request>() && {
135 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable
101 using OutgoingNotification = llvm::unique_function<void(const T &)>; variable159 OutgoingNotification<T> outgoingNotification(llvm::StringLiteral method) { in outgoingNotification()
74 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
85 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
106 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
234 OutgoingNotification<int> Changed; in TEST_F()