Lines Matching defs:LHSExpr
13576 void Sema::DiagnoseSelfMove(const Expr *LHSExpr, const Expr *RHSExpr,
13585 LHSExpr = LHSExpr->IgnoreParenImpCasts();
13599 const DeclRefExpr *LHSDeclRef = dyn_cast<DeclRefExpr>(LHSExpr);
13611 << LHSExpr->getType() << LHSExpr->getSourceRange()
13626 const Expr *LHSBase = LHSExpr;
13628 const MemberExpr *LHSME = dyn_cast<MemberExpr>(LHSExpr);
13654 << LHSExpr->getType() << 0 << LHSExpr->getSourceRange()
13661 << LHSExpr->getType() << 0 << LHSExpr->getSourceRange()