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