Lines Matching refs:getGetterName
462 PIDecl->getGetterName(), in HandlePropertyInClassExtension()
1309 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1563 if ((property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor()
1617 if (IMPDecl->getInstanceMethod(Prop->getGetterName())) { in DefaultSynthesizeProperties()
1699 if (!InsMap.count(Prop->getGetterName())) { in DiagnoseUnimplementedProperties()
1704 << Prop->getDeclName() << Prop->getGetterName(); in DiagnoseUnimplementedProperties()
1749 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()
1775 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()
1832 !D->getInstanceMethod(PD->getGetterName())) { in DiagnoseOwningPropertyGetterSynthesis()
1876 GetterMethod = CD->getInstanceMethod(property->getGetterName()); in ProcessPropertyDecl()
1915 property->getGetterName(), in ProcessPropertyDecl()