Lines Matching refs:PropertyId
429 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local
446 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension()
581 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local
607 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()
624 PropertyId, AtLoc, in CreatePropertyDecl()
632 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl()
1088 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument
1118 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1124 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl()
1199 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1216 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
1294 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1354 << PropertyId; in ActOnPropertyImplDecl()
1571 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1577 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1578 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId; in ActOnPropertyImplDecl()
1592 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1594 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
1595 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1601 << PropertyId; in ActOnPropertyImplDecl()
1610 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1616 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1617 Diag(PropertyDiagLoc, diag::err_property_implemented) << PropertyId; in ActOnPropertyImplDecl()