Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSExpr

6316     const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
6318 if (!LHSExpr || !RHSExpr)
6320 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);
6498 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr*>();
6500 if (!LHSExpr || !RHSExpr)
6502 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);