Lines Matching defs:PropertyId
425 IdentifierInfo *PropertyId = FD.D.getIdentifier();
441 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty));
573 IdentifierInfo *PropertyId = FD.D.getIdentifier();
599 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
616 PropertyId, AtLoc,
623 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) {
899 IdentifierInfo *PropertyId,
929 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind);
935 Diag(PropertyLoc, diag::error_synthesize_on_class_property) << PropertyId;
1011 property = Category->FindPropertyDeclaration(PropertyId, QueryKind);
1028 PropertyIvar = PropertyId;
1107 << PropertyId << (Ivar == nullptr) << PropertyIvar
1157 << PropertyId;
1352 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1358 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) {
1359 Diag(PropertyLoc, diag::error_property_implemented) << PropertyId;
1373 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1375 if (PropertyIvar && PropertyIvar != PropertyId)
1376 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared);
1382 << PropertyId;
1391 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier()
1397 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) {
1398 Diag(PropertyDiagLoc, diag::error_property_implemented) << PropertyId;