Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp62 void migrateFactoryMethod(ASTContext &Ctx, ObjCContainerDecl *CDecl,
1010 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1019 migrateFactoryMethod(Ctx, CDecl, OM, OIT_Singleton); in migrateMethodInstanceType()
1026 migrateFactoryMethod(Ctx, CDecl, OM, OIT_ReturnsSelf); in migrateMethodInstanceType()
1041 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1292 void ObjCMigrateASTConsumer::migrateFactoryMethod(ASTContext &Ctx, in migrateFactoryMethod() function in ObjCMigrateASTConsumer