Searched refs:propertyImpl (Results 1 – 2 of 2) sorted by relevance
2142 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local2143 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()2146 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()2151 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2152 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2155 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
3377 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList() local3378 if (propertyImpl) { in GeneratePropertyList()3379 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()3381 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()