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
  730                                     hasEitherOperand(BinOpCstLeft),
  738                      anyOf(allOf(hasLHS(BinOpCstLeft), hasRHS(SymRight)),
  739                            allOf(hasLHS(SymRight), hasRHS(BinOpCstLeft))))
  745                                     hasLHS(BinOpCstLeft), hasRHS(BinOpCstRight),