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
  915   if (const auto *ComparisonOperator = Result.Nodes.getNodeAs<BinaryOperator>(
  928             Result, "lhs", LhsExpr, LhsOpcode, LhsSymbol, LhsValue, LhsConst) ||
  930             Result, "rhs", RhsExpr, RhsOpcode, RhsSymbol, RhsValue, RhsConst) ||
  943     if (areExprsFromDifferentMacros(LhsConst, RhsConst, Result.Context) ||