Lines Matching refs:source_
50 : Base{*this}, context_{c}, source_{src} {} in DataVarChecker()
58 const Scope &scope{context_.FindScope(source_)}; in operator ()()
77 context_.Say(source_, in operator ()()
83 context_.Say(source_, in operator ()()
88 context_.Say(source_, in operator ()()
99 context_.Say(source_, in operator ()()
107 context_.Say(source_, in operator ()()
126 source_, "Data object must not be a coindexed variable"_err_en_US); in operator ()()
130 DataVarChecker subscriptChecker{context_, source_}; in operator ()()
148 context_.Say(source_, in operator ()()
167 source_, "Data object must have constant subscripts"_err_en_US); in CheckSubscriptExpr()
175 parser::CharBlock source_; member in Fortran::semantics::DataVarChecker