Searched refs:OutgoingNotification (Results 1 – 9 of 9) sorted by relevance
192 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>>
90 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable179 template <typename Request> operator OutgoingNotification<Request>() && {
136 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable
101 using OutgoingNotification = llvm::unique_function<void(const T &)>; variable178 OutgoingNotification<T> outgoingNotification(llvm::StringLiteral method) { in outgoingNotification()
128 TEST_F(TransportInputTest, OutgoingNotification) { in TEST_F() argument
75 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
94 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
107 OutgoingNotification<PublishDiagnosticsParams> publishDiagnostics;
338 OutgoingNotification<int> Changed; in TEST_F()