Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSExpr

6317     const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
6318 if (!LHSExpr || !RHSExpr)
6321 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);
6499 const Expr *RHSExpr = RHSValue.Base.dyn_cast<const Expr*>();
6500 if (!LHSExpr || !RHSExpr)
6503 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);