Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCPropertyImplDecl

4221   ObjCPropertyImplDecl *SynthesizePID = 0;
4230 ObjCPropertyImplDecl *PID = *i;
4232 if (PID->getPropertyImplementation()==ObjCPropertyImplDecl::Dynamic) {
4244 ObjCPropertyImplDecl *PID = *i;
4246 if (PID->getPropertyImplementation()==ObjCPropertyImplDecl::Dynamic) {