Lines Matching refs:Say
28 bool Say(const common::FormatMessage &);
36 bool FormatErrorReporter::Say(const common::FormatMessage &msg) { in Say() function in Fortran::semantics::FormatErrorReporter
47 context_.Say(formatCharBlock_, text); in Say()
53 context_.Say(messageCharBlock, text); in Say()
61 context_.Say("Format statement must be labeled"_err_en_US); // C1301 in Enter()
67 auto reporterWrapper{[&](const auto &msg) { return reporter.Say(msg); }}; in Enter()
170 context_.Say(parser::FindSourceLocation(spec), in Enter()
188 context_.Say(parser::FindSourceLocation(spec), in Enter()
231 context_.Say(format.source, in Enter()
245 context_.Say(format.source, in Enter()
251 context_.Say(format.source, in Enter()
258 context_.Say(format.source, in Enter()
276 [&](const auto &msg) { return reporter.Say(msg); }}; in Enter()
318 context_.Say( in Enter()
557 context_.Say(parser::FindSourceLocation(*var), // C1201 in Enter()
561 context_.Say(parser::FindSourceLocation(*var), // C1202 in Enter()
588 context_.Say(parser::FindSourceLocation(*x), // C7109 in Enter()
593 context_.Say(parser::FindSourceLocation(*x), in Enter()
623 context_.Say(parser::FindSourceLocation(spec), in Enter()
847 context_.Say("Duplicate %s specifier"_err_en_US, in SetSpecifier()
882 context_.Say(source, in CheckStringValue()
887 context_.Say(source, "Invalid %s value '%s'"_err_en_US, in CheckStringValue()
901 context_.Say("%s statement must have a %s specifier"_err_en_US, in CheckForRequiredSpecifier()
910 context_.Say("%s statement must have a %s specifier"_err_en_US, in CheckForRequiredSpecifier()
918 context_.Say("If %s appears, %s must also appear"_err_en_US, in CheckForRequiredSpecifier()
927 context_.Say("If %s appears, %s must also appear"_err_en_US, in CheckForRequiredSpecifier()
935 context_.Say("If %s appears, %s must also appear"_err_en_US, s, in CheckForRequiredSpecifier()
943 context_.Say("If %s appears, %s must also appear"_err_en_US, s1, s2); in CheckForRequiredSpecifier()
949 context_.Say("%s statement must not have a %s specifier"_err_en_US, in CheckForProhibitedSpecifier()
958 context_.Say("If %s appears, %s must not appear"_err_en_US, in CheckForProhibitedSpecifier()
967 context_.Say("If %s appears, %s must not appear"_err_en_US, in CheckForProhibitedSpecifier()
975 context_.Say("If %s appears, %s must not appear"_err_en_US, s, in CheckForProhibitedSpecifier()
990 .Say(at, "%s variable '%s' must be definable"_err_en_US, s, in CheckForDefinableVariable()
1003 context_.Say( in CheckForPureSubprogram()