Home
last modified time | relevance | path

Searched refs:lhsLoc (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dassignment.cpp67 auto lhsLoc{std::get<parser::Variable>(stmt.t).GetSource()}; in Analyze() local
70 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()