Home
last modified time | relevance | path

Searched refs:migrateFactoryMethod (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DObjCMT.cpp63 void migrateFactoryMethod(ASTContext &Ctx, ObjCContainerDecl *CDecl,
1030 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1039 migrateFactoryMethod(Ctx, CDecl, OM, OIT_Singleton); in migrateMethodInstanceType()
1046 migrateFactoryMethod(Ctx, CDecl, OM, OIT_ReturnsSelf); in migrateMethodInstanceType()
1061 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1313 void ObjCMigrateASTConsumer::migrateFactoryMethod(ASTContext &Ctx, in migrateFactoryMethod() function in ObjCMigrateASTConsumer