Lines Matching defs:PropertyId
411 const IdentifierInfo *PropertyId = FD.D.getIdentifier();
428 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty));
557 const IdentifierInfo *PropertyId = FD.D.getIdentifier();
583 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
600 PropertyId, AtLoc,
608 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) {
1062 IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar,
1091 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind);
1097 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId;
1171 property = Category->FindPropertyDeclaration(PropertyId, QueryKind);
1188 PropertyIvar = PropertyId;
1266 << PropertyId << (Ivar == nullptr) << PropertyIvar
1325 << PropertyId;
1538 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1544 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) {
1545 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId;
1559 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1561 if (PropertyIvar && PropertyIvar != PropertyId)
1562 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1568 << PropertyId;
1577 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1583 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) {
1584 Diag(PropertyDiagLoc, diag::err_property_implemented) << PropertyId;