Home | History | Annotate | Download | only in Sema

Lines Matching refs:getInstanceMethod

1832         IMPDecl->getInstanceMethod(I->getSelector());
1833 assert(CDecl->getInstanceMethod(I->getSelector()) &&
2659 = Ext->getInstanceMethod(Property->getGetterName()))
2663 = Ext->getInstanceMethod(Property->getSetterName()))
3167 PrevMethod = ImpDecl->getInstanceMethod(Sel);