Searched refs:propD (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp64 PropData(ObjCPropertyDecl *propD) : PropD(propD), IvarD(0), ImplD(0) { } argument
108 ObjCPropertyDecl *propD = implD->getPropertyDecl(); local
109 if (!propD || propD->isInvalidDecl())
114 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding();
121 if (I->PropD == propD) {

Completed in 53 milliseconds