Lines Matching defs:parserCharBlock
38 parser::CharBlock parserCharBlock;
46 const parser::CharBlock &parserCharBlock)
48 parserCharBlock{parserCharBlock} {}
51 parser::CharBlock parserCharBlock;
938 const auto &fromPosition{branch.parserCharBlock};
939 const auto &toPosition{branchTarget.parserCharBlock};
994 const auto &position{stmt.parserCharBlock};
1000 } else if (doTarget.parserCharBlock.begin() < position.begin()) {
1016 .Attach(doTarget.parserCharBlock,
1026 context.Say(doTarget.parserCharBlock,
1029 loopBodies.emplace_back(SkipLabel(position), doTarget.parserCharBlock);
1044 const auto &position{stmt.parserCharBlock};
1100 .Say(branchTarget.parserCharBlock,
1102 .Attach(stmt.parserCharBlock, "Control flow use of '%u'"_en_US,
1108 .Say(branchTarget.parserCharBlock,
1110 .Attach(stmt.parserCharBlock, "Control flow use of '%u'"_en_US,
1134 .Say(ioTarget.parserCharBlock, "'%u' not a FORMAT"_err_en_US,
1136 .Attach(stmt.parserCharBlock, "data transfer use of '%u'"_en_US,
1163 msg = &context.Say(target.parserCharBlock,
1169 .Say(target.parserCharBlock,
1175 msg->Attach(stmt.parserCharBlock, "ASSIGN statement use of '%u'"_en_US,