Home
last modified time | relevance | path

Searched refs:PublishDiagnosticsNotification (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/ls/
Dmessage-handler.cc69 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()
Dmessage.h338 using PublishDiagnosticsNotification = Request<PublishDiagnosticsParams>; variable