Lines Matching refs:isDeprecated
573 if (D->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(D)) in migrateObjCContainerDecl()
577 if (Method->isDeprecated()) in migrateObjCContainerDecl()
593 !Prop->isDeprecated()) in migrateObjCContainerDecl()
844 if (!IDecl || ObjCProtocolDecls.empty() || IDecl->isDeprecated()) in migrateProtocolConformance()
912 EnumDcl->isDeprecated()) in migrateNSEnumDecl()
932 if (TypedefDcl->isDeprecated()) in migrateNSEnumDecl()
1219 if (SetterMethod->isDeprecated() || in migrateProperty()
1290 if (CDecl->isDeprecated() || IsCategoryNameWithDeprecatedSuffix(CDecl)) in migrateAllMethodInstaceType()
1295 if (Method->isDeprecated()) in migrateAllMethodInstaceType()
1431 if (Decl->isDeprecated()) in migrateCFAnnotation()
1571 if (!isa<ObjCInterfaceDecl>(CDecl) || CDecl->isDeprecated()) in migrateARCSafeAnnotation()
1718 if (MD->isDeprecated() || in inferDesignatedInitializers()