reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/misc/RedundantExpressionCheck.cpp
  389                                hasEitherOperand(matchIntegerConstantExpr(Id))),
  392                                hasRHS(matchIntegerConstantExpr(Id)))))
  422                   hasRHS(matchIntegerConstantExpr(Id))),
  423             allOf(hasLHS(matchIntegerConstantExpr(Id)),
  725   const auto CstRight = matchIntegerConstantExpr("rhs");