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

References

tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  302       ++SI;
  305       if (SI != SE)
  306         if (ReturnStmt *retS = dyn_cast<ReturnStmt>(*SI))
  311             ++SI; // the return will be included in scope, don't check it.
  314       for (; SI != SE; ++SI) {
  314       for (; SI != SE; ++SI) {
  317                                               declarationLoc).TraverseStmt(*SI);