Searched refs:impDecl (Results 1 – 2 of 2) sorted by relevance
1914 void Sema::diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl) { in diagnoseNullResettableSynthesizedSetters() argument1915 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()1928 if (!impDecl->getInstanceMethod(setterMethod->getSelector()) && in diagnoseNullResettableSynthesizedSetters()1929 !impDecl->getInstanceMethod(getterMethod->getSelector())) { in diagnoseNullResettableSynthesizedSetters()1932 loc = impDecl->getLocStart(); in diagnoseNullResettableSynthesizedSetters()
3103 void diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl);