Lines Matching refs:PropertyId

422   IdentifierInfo *PropertyId = FD.D.getIdentifier();  in HandlePropertyInClassExtension()  local
439 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension()
574 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local
600 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()
617 PropertyId, AtLoc, in CreatePropertyDecl()
625 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl()
1081 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument
1111 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1117 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl()
1191 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1208 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
1286 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1346 << PropertyId; in ActOnPropertyImplDecl()
1561 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1567 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1568 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId; in ActOnPropertyImplDecl()
1582 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1584 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
1585 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1591 << PropertyId; in ActOnPropertyImplDecl()
1600 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1606 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1607 Diag(PropertyDiagLoc, diag::err_property_implemented) << PropertyId; in ActOnPropertyImplDecl()