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

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProperties.cpp63 PropData(ObjCPropertyDecl *propD) argument
64 : PropD(propD), IvarD(nullptr), ImplD(nullptr) {}
110 ObjCPropertyDecl *propD = implD->getPropertyDecl(); local
111 if (!propD || propD->isInvalidDecl())
116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc());
122 if (I->PropD == propD) {

Completed in 130 milliseconds