Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSExpr

7111     const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
7113 if (!LHSExpr || !RHSExpr)
7115 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);
7309 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr*>();
7311 if (!LHSExpr || !RHSExpr)
7313 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);