Lines Matching defs:Say

29   bool Say(const common::FormatMessage &);
37 bool FormatErrorReporter::Say(const common::FormatMessage &msg) {
49 context_.Say(formatCharBlock_, text);
55 context_.Say(messageCharBlock, text);
63 context_.Say("Format statement must be labeled"_err_en_US); // C1301
69 auto reporterWrapper{[&](const auto &msg) { return reporter.Say(msg); }};
172 context_.Say(parser::FindSourceLocation(spec),
190 context_.Say(parser::FindSourceLocation(spec),
233 context_.Say(format.source,
254 context_.Say(format.source,
272 [&](const auto &msg) { return reporter.Say(msg); }};
314 context_.Say(
562 context_.Say(parser::FindSourceLocation(*var),
583 context_.Say(parser::FindSourceLocation(*var),
592 context_.Say(parser::FindSourceLocation(*var), // C1201
624 context_.Say(parser::FindSourceLocation(*x), // C7109
627 context_.Say(parser::FindSourceLocation(*x),
656 context_.Say(parser::FindSourceLocation(spec),
805 context_.Say("If NML appears, SIZE should not appear"_port_en_US);
807 context_.Say("If FMT=* appears, SIZE should not appear"_port_en_US);
906 context_.Say("Duplicate %s specifier"_err_en_US,
942 context_.Say(source, "Invalid %s value '%s'"_err_en_US,
956 context_.Say("%s statement must have a %s specifier"_err_en_US,
965 context_.Say("%s statement must have a %s specifier"_err_en_US,
973 context_.Say("If %s appears, %s must also appear"_err_en_US,
982 context_.Say("If %s appears, %s must also appear"_err_en_US,
990 context_.Say("If %s appears, %s must also appear"_err_en_US, s,
998 context_.Say("If %s appears, %s must also appear"_err_en_US, s1, s2);
1004 context_.Say("%s statement must not have a %s specifier"_err_en_US,
1013 context_.Say("If %s appears, %s must not appear"_err_en_US,
1022 context_.Say("If %s appears, %s must not appear"_err_en_US,
1030 context_.Say("If %s appears, %s must not appear"_err_en_US, s,
1047 .Say(at, "%s variable '%s' is not definable"_err_en_US, s,
1052 context_.Say(std::move(*whyNot));
1063 context_.Say("External I/O is not allowed in a pure subprogram"_err_en_US);
1072 context_.Say("IOMSG= is useless without either ERR= or IOSTAT="_warn_en_US);
1154 return &context_.Say(
1167 return &context_.Say(where,
1179 return &context_.Say(where,
1218 .Say(namelistLocation,