Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp62 void migrateFactoryMethod(ASTContext &Ctx, ObjCContainerDecl *CDecl,
1009 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1018 migrateFactoryMethod(Ctx, CDecl, OM, OIT_Singleton); in migrateMethodInstanceType()
1025 migrateFactoryMethod(Ctx, CDecl, OM, OIT_ReturnsSelf); in migrateMethodInstanceType()
1040 migrateFactoryMethod(Ctx, CDecl, OM); in migrateMethodInstanceType()
1291 void ObjCMigrateASTConsumer::migrateFactoryMethod(ASTContext &Ctx, in migrateFactoryMethod() function in ObjCMigrateASTConsumer