Searched refs:propD (Results 1 – 1 of 1) sorted by relevance
63 PropData(ObjCPropertyDecl *propD) in PropData()64 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {} in PropData()110 ObjCPropertyDecl *propD = implD->getPropertyDecl(); in doTransform() local111 if (!propD || propD->isInvalidDecl()) in doTransform()116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()122 if (I->PropD == propD) { in doTransform()