Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Prop

288     void RewriteProperty(ObjCPropertyDecl *prop);
955 void RewriteObjC::RewriteProperty(ObjCPropertyDecl *prop) {
956 SourceLocation Loc = prop->getAtLoc();
5476 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(),
5478 Prop != PropEnd; ++Prop) {
5479 if ((*Prop)->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
5481 if (!(*Prop)->getPropertyIvarDecl())
5483 ObjCPropertyDecl *PD = (*Prop)->getPropertyDecl();
5761 for (ObjCImplDecl::propimpl_iterator Prop = IDecl->propimpl_begin(),
5763 Prop != PropEnd; ++Prop) {
5764 if ((*Prop)->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
5766 if (!(*Prop)->getPropertyIvarDecl())
5768 ObjCPropertyDecl *PD = (*Prop)->getPropertyDecl();