Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp62 void migrateFactoryMethod(ASTContext &Ctx, ObjCContainerDecl *CDecl,
1006 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1015 migrateFactoryMethod(Ctx, CDecl, OM, OIT_Singleton); in migrateMethodInstanceType()
1022 migrateFactoryMethod(Ctx, CDecl, OM, OIT_ReturnsSelf); in migrateMethodInstanceType()
1037 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1288 void ObjCMigrateASTConsumer::migrateFactoryMethod(ASTContext &Ctx, in migrateFactoryMethod() function in ObjCMigrateASTConsumer