Searched refs:PropertyDecl (Results 1 – 2 of 2) sorted by relevance
2649 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local2650 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()2658 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()2669 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()2703 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()2779 PropertyDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CheckObjCPropertyAttributes()
2808 ObjCPropertyDecl *PropertyDecl; variable2832 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()2854 return PropertyDecl; in getPropertyDecl()2856 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()