Searched refs:PropertyDecl (Results 1 – 2 of 2) sorted by relevance
2376 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local2377 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()2383 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()2389 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()2415 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()2493 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CheckObjCPropertyAttributes()
2673 ObjCPropertyDecl *PropertyDecl; variable2692 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2713 return PropertyDecl; in getPropertyDecl()2715 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()