Lines Matching defs:LHSExpr
6078 const Expr *LHSExpr;
6105 Info.FFDiag(LHSExpr,
6130 const Expr *LHSExpr,
6139 for (const Expr *E = LHSExpr; E != nullptr;) {
6212 findCompleteObject(Info, LHSExpr, AK_Assign, LHS, LHSExpr->getType());
6224 Info, LHSExpr, LengthAndField.second, DuringInit};
6225 if (!findSubobject(Info, LHSExpr, Obj, D, StartLifetime))
13434 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
13436 if (!LHSExpr || !RHSExpr)
13438 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);
13981 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr *>();
13983 if (!LHSExpr || !RHSExpr)
13985 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);