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
  388                                hasEitherOperand(matchSymbolicExpr(Id)),
  389                                hasEitherOperand(matchIntegerConstantExpr(Id))),
  391                                hasLHS(matchSymbolicExpr(Id)),
  392                                hasRHS(matchIntegerConstantExpr(Id)))))
  393           .bind(Id);