Searched refs:ImpMethod (Results 1 – 1 of 1) sorted by relevance
1888 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName()); in DefaultSynthesizeProperties() local1889 if (ImpMethod && !ImpMethod->getBody()) { in DefaultSynthesizeProperties()1892 ImpMethod = IMPDecl->getInstanceMethod(Prop->getSetterName()); in DefaultSynthesizeProperties()1893 if (ImpMethod && !ImpMethod->getBody()) in DefaultSynthesizeProperties()