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,
1019 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1028 migrateFactoryMethod(Ctx, CDecl, OM, OIT_Singleton); in migrateMethodInstanceType()
1035 migrateFactoryMethod(Ctx, CDecl, OM, OIT_ReturnsSelf); in migrateMethodInstanceType()
1050 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1301 void ObjCMigrateASTConsumer::migrateFactoryMethod(ASTContext &Ctx, in migrateFactoryMethod() function in ObjCMigrateASTConsumer