Lines Matching defs:source_
124 : context_{context}, source_{context.GetContextualMessages().at()},
128 : context_{context}, source_{source}, isProcedureCall_{isProcedureCall} {}
204 parser::CharBlock source_;
4233 source_.ExtendToCover(x.GetSource());
4416 source_, "A NULL() pointer is not allowed %s"_err_en_US, where);
4429 context_.Say(source_,
4455 const auto &scope{context_.context().FindScope(source_)};
4505 context_.Say(source_, std::move(*inaccessible));
4558 source_, ProcedureDesignator{*proc}, std::move(localActuals));
4599 auto restorer{context_.GetContextualMessages().SetLocation(source_)};
4606 context_.CheckCall(source_, procRef->proc(), procRef->arguments());
4646 const auto &scope{context_.context().FindScope(source_)};
4697 os << "source_: " << source_.ToString() << " fatalErrors_ = " << fatalErrors_
4714 source_.ExtendToCover(expr.source);