Lines Matching refs:PropertyId

330   IdentifierInfo *PropertyId = FD.D.getIdentifier();  in HandlePropertyInClassExtension()  local
338 = ObjCPropertyDecl::findPropertyDecl(Ext, PropertyId)) { in HandlePropertyInClassExtension()
351 PropertyId, AtLoc, LParenLoc, T); in HandlePropertyInClassExtension()
378 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId); in HandlePropertyInClassExtension()
537 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local
551 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()
567 PropertyId, AtLoc, LParenLoc, TInfo); in CreatePropertyDecl()
570 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl()
803 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument
832 property = IDecl->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()
910 property = Category->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()
927 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
975 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1050 << PropertyId; in ActOnPropertyImplDecl()
1240 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1246 = IC->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1247 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId; in ActOnPropertyImplDecl()
1261 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1263 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
1264 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1270 << PropertyId; in ActOnPropertyImplDecl()
1279 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1285 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1286 Diag(PropertyDiagLoc, diag::error_property_implemented) << PropertyId; in ActOnPropertyImplDecl()