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

References

tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  434     if (CompStmt1->size() != CompStmt2->size())
  438     CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin();
  439     while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) {