Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSExpr

6516     const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
6518 if (!LHSExpr || !RHSExpr)
6520 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);
6698 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr*>();
6700 if (!LHSExpr || !RHSExpr)
6702 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);