Searched refs:impDecl (Results 1 – 2 of 2) sorted by relevance
1862 void Sema::diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl) { in diagnoseNullResettableSynthesizedSetters() argument1863 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()1876 if (!impDecl->getInstanceMethod(setterMethod->getSelector()) && in diagnoseNullResettableSynthesizedSetters()1877 !impDecl->getInstanceMethod(getterMethod->getSelector())) { in diagnoseNullResettableSynthesizedSetters()1880 loc = impDecl->getLocStart(); in diagnoseNullResettableSynthesizedSetters()
3029 void diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl);