Searched refs:lhsLoc (Results 1 – 1 of 1) sorted by relevance
67 auto lhsLoc{std::get<parser::Variable>(stmt.t).GetSource()}; in Analyze() local70 const Scope &scope{context_.FindScope(lhsLoc)}; in Analyze()71 if (auto whyNot{WhyNotModifiable(lhsLoc, lhs, scope, true)}) { in Analyze()72 if (auto *msg{Say(lhsLoc, in Analyze()79 CheckShape(lhsLoc, &lhs); in Analyze()