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
  928             Result, "lhs", LhsExpr, LhsOpcode, LhsSymbol, LhsValue, LhsConst) ||
  943     if (areExprsFromDifferentMacros(LhsConst, RhsConst, Result.Context) ||
  944         areExprsMacroAndNonMacro(LhsConst, RhsConst))