Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSExpr

6517     const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
6518 if (!LHSExpr || !RHSExpr)
6521 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);
6699 const Expr *RHSExpr = RHSValue.Base.dyn_cast<const Expr*>();
6700 if (!LHSExpr || !RHSExpr)
6703 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);