Home | History | Annotate | Download | only in Sema

Lines Matching refs:PropertyId

424   IdentifierInfo *PropertyId = FD.D.getIdentifier();
437 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
569 IdentifierInfo *PropertyId = FD.D.getIdentifier();
595 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
612 PropertyId, AtLoc,
616 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
889 IdentifierInfo *PropertyId,
918 property = IDecl->FindPropertyDeclaration(PropertyId);
996 property = Category->FindPropertyDeclaration(PropertyId);
1013 PropertyIvar = PropertyId;
1092 << PropertyId << (Ivar == nullptr) << PropertyIvar
1142 << PropertyId;
1337 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1343 = IC->FindPropertyImplDecl(PropertyId)) {
1344 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId;
1358 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1360 if (PropertyIvar && PropertyIvar != PropertyId)
1361 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1367 << PropertyId;
1376 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1382 CatImplClass->FindPropertyImplDecl(PropertyId)) {
1383 Diag(PropertyDiagLoc, diag::error_property_implemented) << PropertyId;