Home | History | Annotate | Download | only in Sema

Lines Matching refs:getInstanceMethod

1510     if (!SuperClassImplementsGetter && SDecl->getInstanceMethod(Prop->getGetterName()))
1513 if (!SuperClassImplementsSetter && SDecl->getInstanceMethod(Prop->getSetterName()))
1544 if (IMPDecl->getInstanceMethod(Prop->getGetterName())) {
1547 if (IMPDecl->getInstanceMethod(Prop->getSetterName()))
1556 !IMPDecl->getInstanceMethod(Prop->getSetterName()) &&
1765 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName());
1766 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName());
1791 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName());
1792 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName());
1842 !D->getInstanceMethod(PD->getGetterName())) {
1913 GetterMethod = CD->getInstanceMethod(property->getGetterName());
1914 SetterMethod = CD->getInstanceMethod(property->getSetterName());