Lines Matching defs:charConst
161 if (const std::optional<std::string> charConst{GetConstExpr<std::string>(
163 std::string s{Normalize(*charConst)};
169 CheckStringValue(specKind, *charConst, parser::FindSourceLocation(spec));
175 *charConst);
493 if (const std::optional<std::string> charConst{
495 flags_.set(Flag::AsynchronousYes, Normalize(*charConst) == "YES");
496 CheckStringValue(IoSpecKind::Asynchronous, *charConst,
528 if (const std::optional<std::string> charConst{GetConstExpr<std::string>(
531 flags_.set(Flag::AdvanceYes, Normalize(*charConst) == "YES");
533 CheckStringValue(specKind, *charConst, parser::FindSourceLocation(spec));
640 if (const std::optional<std::string> charConst{
643 std::string s{Normalize(*charConst)};
651 IoSpecKind::Status, *charConst, parser::FindSourceLocation(spec));
657 "Invalid STATUS value '%s'"_err_en_US, *charConst);