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

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProperties.cpp107 ObjCPropertyImplDecl *implD = *I; local
108 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
110 ObjCPropertyDecl *propD = implD->getPropertyDecl();
113 ObjCIvarDecl *ivarD = implD->getPropertyIvarDecl();
124 I->ImplD = implD;

Completed in 211 milliseconds