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)),
  391                                hasLHS(matchSymbolicExpr(Id)),
  421       anyOf(allOf(hasLHS(matchSymbolicExpr(Id)),
  424                   hasRHS(matchSymbolicExpr(Id)), expr().bind(SwapId)))));
  430                        hasSourceExpression(matchSymbolicExpr(Id)))
  726   const auto SymRight = matchSymbolicExpr("rhs");