Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp60 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM);
579 bool PropertyInferred = migrateProperty(Ctx, D, Method); in migrateObjCContainerDecl()
1164 bool ObjCMigrateASTConsumer::migrateProperty(ASTContext &Ctx, in migrateProperty() function in ObjCMigrateASTConsumer