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

References

tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  377     if (!isIdenticalStmt(Ctx, ForStmt1->getInit(), ForStmt2->getInit(),
  380     if (!isIdenticalStmt(Ctx, ForStmt1->getCond(), ForStmt2->getCond(),
  383     if (!isIdenticalStmt(Ctx, ForStmt1->getInc(), ForStmt2->getInc(),
  386     if (!isIdenticalStmt(Ctx, ForStmt1->getBody(), ForStmt2->getBody(),