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