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

References

tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  135   if (Stmt1 && Stmt2) {
  137     const Stmt *Else = Stmt2;
  152   if (!Stmt1 || !Stmt2)
  165   if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt2)) {
  167       Stmt2 = CompStmt->body_back();
  170   if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {