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

References

tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  100     if (D->getMethodFamily() != OMF_dealloc &&
  101         !(D->isInstanceMethod() && D->getSelector() == FinalizeSel))
  101         !(D->isInstanceMethod() && D->getSelector() == FinalizeSel))
  103     if (!D->hasBody())
  106     ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
  110     SelfD = D->getSelfDecl();
  111     collectRemovables(D->getBody(), Removables);
  133     base::TraverseObjCMethodDecl(D);