Lines Matching refs:PropertyId

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