Lines Matching defs:PropertyId
413 const IdentifierInfo *PropertyId = FD.D.getIdentifier();
430 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty));
559 const IdentifierInfo *PropertyId = FD.D.getIdentifier();
585 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
602 PropertyId, AtLoc,
610 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) {
1064 IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar,
1093 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind);
1099 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId;
1173 property = Category->FindPropertyDeclaration(PropertyId, QueryKind);
1190 PropertyIvar = PropertyId;
1268 << PropertyId << (Ivar == nullptr) << PropertyIvar
1327 << PropertyId;
1540 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1546 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) {
1547 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId;
1561 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1563 if (PropertyIvar && PropertyIvar != PropertyId)
1564 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1570 << PropertyId;
1579 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1585 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) {
1586 Diag(PropertyDiagLoc, diag::err_property_implemented) << PropertyId;