Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSExpr

4690     const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
4692 if (!LHSExpr || !RHSExpr)
4694 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);
4950 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr*>();
4952 if (!LHSExpr || !RHSExpr)
4954 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);