Lines Matching refs:SomeExpr
46 bool CheckForPureContext(const SomeExpr &lhs, const SomeExpr &rhs,
48 void CheckShape(parser::CharBlock, const SomeExpr *);
65 const SomeExpr &lhs{assignment->lhs}; in Analyze()
66 const SomeExpr &rhs{assignment->rhs}; in Analyze()
87 const SomeExpr &lhs{assignment->lhs}; in Analyze()
88 const SomeExpr &rhs{assignment->rhs}; in Analyze()
136 const SomeExpr &expr) { in GetPointerComponentDesignatorName()
150 const SomeExpr &expr, const Scope &scope) { in CheckCopyabilityInPureScope()
165 bool AssignmentContext::CheckForPureContext(const SomeExpr &lhs, in CheckForPureContext()
166 const SomeExpr &rhs, parser::CharBlock source, bool isPointerAssignment) { in CheckForPureContext()
220 void AssignmentContext::CheckShape(parser::CharBlock at, const SomeExpr *expr) { in CheckShape()