Lines Matching defs:Notification
223 elog("Notification {0} before initialization", Method);
940 PublishDiagnosticsParams Notification;
941 Notification.uri = URIForFile::canonicalize(File, /*TUPath=*/File);
942 PublishDiagnostics(Notification);
1794 PublishDiagnosticsParams Notification;
1795 Notification.version = decodeVersion(Version);
1796 Notification.uri = URIForFile::canonicalize(File, /*TUPath=*/File);
1799 toLSPDiags(Diag, Notification.uri, DiagOpts,
1805 Fix, Notification.uri, Notification.version,
1812 Notification.diagnostics.push_back(std::move(LSPDiag));
1823 PublishDiagnostics(Notification);
1828 InactiveRegionsParams Notification;
1829 Notification.TextDocument = {URIForFile::canonicalize(File, /*TUPath=*/File)};
1830 Notification.InactiveRegions = std::move(InactiveRegions);
1832 PublishInactiveRegions(Notification);