Home | History | Annotate | Download | only in AST

Lines Matching defs:RHSExpr

4671     const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
4672 if (!LHSExpr || !RHSExpr)
4675 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);
4941 const Expr *RHSExpr = RHSValue.Base.dyn_cast<const Expr*>();
4942 if (!LHSExpr || !RHSExpr)
4945 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);