Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp59 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM);
582 bool PropertyInferred = migrateProperty(Ctx, D, Method); in migrateObjCContainerDecl()
1155 bool ObjCMigrateASTConsumer::migrateProperty(ASTContext &Ctx, in migrateProperty() function in ObjCMigrateASTConsumer