Searched refs:PublishDiagnosticsNotification (Results 1 – 2 of 2) sorted by relevance
69 PublishDiagnosticsNotification notification; in ResetCompilationErrorDiagnostics()106 std::map<SourceId, PublishDiagnosticsNotification>& notifications() { in notifications()111 PublishDiagnosticsNotification& GetOrCreateNotificationForSource( in GetOrCreateNotificationForSource()116 PublishDiagnosticsNotification& notification = notifications_[id]; in GetOrCreateNotificationForSource()156 std::map<SourceId, PublishDiagnosticsNotification> notifications_;170 PublishDiagnosticsNotification& notification = pair.second; in SendCompilationDiagnostics()
338 using PublishDiagnosticsNotification = Request<PublishDiagnosticsParams>; variable