Searched refs:impDecl (Results 1 – 2 of 2) sorted by relevance
2085 void Sema::diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl) { in diagnoseNullResettableSynthesizedSetters() argument2086 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()2099 if (!impDecl->getInstanceMethod(setterMethod->getSelector()) && in diagnoseNullResettableSynthesizedSetters()2100 !impDecl->getInstanceMethod(getterMethod->getSelector())) { in diagnoseNullResettableSynthesizedSetters()2103 loc = impDecl->getBeginLoc(); in diagnoseNullResettableSynthesizedSetters()
3459 void diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl);