Searched refs:impDecl (Results 1 – 2 of 2) sorted by relevance
1765 void Sema::diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl) { in diagnoseNullResettableSynthesizedSetters() argument1766 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()1779 if (!impDecl->getInstanceMethod(setterMethod->getSelector()) && in diagnoseNullResettableSynthesizedSetters()1780 !impDecl->getInstanceMethod(getterMethod->getSelector())) { in diagnoseNullResettableSynthesizedSetters()1783 loc = impDecl->getLocStart(); in diagnoseNullResettableSynthesizedSetters()
2978 void diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl);