Lines Matching defs:RhsExpr
803 /// Returns true if both LhsExpr and RhsExpr are
807 const Expr *RhsExpr,
809 if (!LhsExpr || !RhsExpr)
812 SourceRange Rsr = RhsExpr->getSourceRange();
846 const Expr *&RhsExpr) {
847 if (!LhsExpr || !RhsExpr)
851 SourceLocation RhsLoc = RhsExpr->getExprLoc();
1174 const Expr *LhsExpr = nullptr, *RhsExpr = nullptr;
1183 Result, "rhs", RhsExpr, RhsOpcode, RhsSymbol, RhsValue, RhsConst) ||
1189 std::swap(LhsExpr, RhsExpr);
1214 diag(RhsExpr->getExprLoc(), "expression is redundant");
1223 diag(RhsExpr->getExprLoc(), "expression is redundant");