Searched refs:warning_messages_ (Results 1 – 2 of 2) sorted by relevance
54 bool has_pending_warnings() const { return !warning_messages_.empty(); } in has_pending_warnings()104 std::forward_list<MessageDetails> warning_messages_; variable
58 warning_messages_.emplace_front( in ReportWarningAt()66 for (const MessageDetails& warning : warning_messages_) { in ReportWarnings()