Home | History | Annotate | Download | only in Sema

Lines Matching defs:PropertyId

329   IdentifierInfo *PropertyId = FD.D.getIdentifier();
337 = ObjCPropertyDecl::findPropertyDecl(Ext, PropertyId)) {
350 PropertyId, AtLoc, LParenLoc, T);
377 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
534 IdentifierInfo *PropertyId = FD.D.getIdentifier();
548 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
564 PropertyId, AtLoc, LParenLoc, TInfo);
567 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
800 IdentifierInfo *PropertyId,
829 property = IDecl->FindPropertyDeclaration(PropertyId);
907 property = Category->FindPropertyDeclaration(PropertyId);
924 PropertyIvar = PropertyId;
972 << PropertyId << (Ivar == nullptr) << PropertyIvar
1047 << PropertyId;
1237 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1243 = IC->FindPropertyImplDecl(PropertyId)) {
1244 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId;
1258 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1260 if (PropertyIvar && PropertyIvar != PropertyId)
1261 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1267 << PropertyId;
1276 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1282 CatImplClass->FindPropertyImplDecl(PropertyId)) {
1283 Diag(PropertyDiagLoc, diag::error_property_implemented) << PropertyId;