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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1020       migrateFactoryMethod(Ctx, CDecl, OM);
 1029       migrateFactoryMethod(Ctx, CDecl, OM, OIT_Singleton);
 1036       migrateFactoryMethod(Ctx, CDecl, OM, OIT_ReturnsSelf);
 1042   ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl);
 1044     if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl))
 1046     else if (ObjCImplDecl *ImpDecl = dyn_cast<ObjCImplDecl>(CDecl))
 1051     migrateFactoryMethod(Ctx, CDecl, OM);