Searched refs:ImpMethod (Results 1 – 1 of 1) sorted by relevance
1910 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName()); in DefaultSynthesizeProperties() local1911 if (ImpMethod && !ImpMethod->getBody()) { in DefaultSynthesizeProperties()1914 ImpMethod = IMPDecl->getInstanceMethod(Prop->getSetterName()); in DefaultSynthesizeProperties()1915 if (ImpMethod && !ImpMethod->getBody()) in DefaultSynthesizeProperties()