Searched refs:propertyImpl (Results 1 – 2 of 2) sorted by relevance
2129 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local2130 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()2133 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()2138 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2139 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2142 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
3668 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList() local3669 if (propertyImpl) { in GeneratePropertyList()3670 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()3672 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()