Lines Matching defs:CP
984 ObjCCategoryDecl::prop_iterator CP, CE;
986 for (CP = CatDecl->prop_begin(), CE = CatDecl->prop_end(); CP!=CE; ++CP)
987 if ((*CP)->getIdentifier() == Pr->getIdentifier())
989 if (CP != CE)
991 DiagnosePropertyMismatch((*CP), Pr, PDecl->getIdentifier());
998 ObjCInterfaceDecl::prop_iterator CP, CE;
1000 for (CP = IDecl->prop_begin(), CE = IDecl->prop_end(); CP != CE; ++CP)
1001 if ((*CP)->getIdentifier() == Pr->getIdentifier())
1003 if (CP != CE)
1005 DiagnosePropertyMismatch((*CP), Pr, PDecl->getIdentifier());