Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp573 static bool IsCategoryNameWithDeprecatedSuffix(ObjCContainerDecl *D) { in IsCategoryNameWithDeprecatedSuffix() function
583 if (D->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(D)) in migrateObjCContainerDecl()
1302 if (CDecl->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(CDecl)) in migrateAllMethodInstaceType()