Searched refs:propertyImpl (Results 1 – 2 of 2) sorted by relevance
2120 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local2121 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()2124 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()2129 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2130 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2133 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
3576 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList() local3577 if (propertyImpl) { in GeneratePropertyList()3578 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()3580 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()