reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  157                      expr(equalsNode(Exp),
  177                                       hasDescendant(equalsNode(Exp)))),
  209                      hasLHS(maybeEvalCommaExpr(equalsNode(Exp))));
  214                     hasUnaryOperand(maybeEvalCommaExpr(equalsNode(Exp))));
  221                                    on(maybeEvalCommaExpr(equalsNode(Exp)))),
  224                                                  maybeEvalCommaExpr(equalsNode(Exp)))),
  227                        hasObjectExpression(maybeEvalCommaExpr(equalsNode(Exp)))),
  229                          hasObjectExpression(maybeEvalCommaExpr(equalsNode(Exp))))))))));
  239                     hasUnaryOperand(maybeEvalCommaExpr(equalsNode(Exp))));
  243                has(maybeEvalCommaExpr(equalsNode(Exp))));
  252                           hasArgument(0, maybeEvalCommaExpr(equalsNode(Exp))));
  260       maybeEvalCommaExpr(equalsNode(Exp)),
  269                hasAnyArgument(maybeEvalCommaExpr(equalsNode(Exp)))),
  270       cxxUnresolvedConstructExpr(hasAnyArgument(maybeEvalCommaExpr(equalsNode(Exp)))));
  284                                                 maybeEvalCommaExpr(equalsNode(Exp))));
  299       match(findAll(expr(anyOf(memberExpr(hasObjectExpression(equalsNode(Exp))),
  301                                    hasObjectExpression(equalsNode(Exp)))))
  310       findAll(arraySubscriptExpr(hasBase(ignoringImpCasts(equalsNode(Exp))))
  319       match(findAll(castExpr(hasSourceExpression(equalsNode(Exp)),
  332                              hasArgument(0, equalsNode(Exp)))
  345                 hasRangeInit(equalsNode(Exp)))),
  359                         argumentCountIs(1), hasArgument(0, equalsNode(Exp)))
  370               hasInitializer(anyOf(equalsNode(Exp),
  372                                        hasTrueExpression(equalsNode(Exp)),
  373                                        hasFalseExpression(equalsNode(Exp)))))),
  386       equalsNode(Exp),
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
   30                   hasRangeBeginEndStmt(hasDescendant(equalsNode(&Node))))))
tools/clang/tools/extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
   46                 equalsNode(&DeclRef),
tools/clang/tools/extra/clang-tidy/utils/DeclRefExprUtils.cpp
  143       declRefExpr(equalsNode(&DeclRef)),
  157       declRefExpr(equalsNode(&DeclRef)),
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1552         stmt(has(stmt(equalsNode(TypedNode)))).bind(""))),