Searched refs:propertyImpl (Results 1 – 2 of 2) sorted by relevance
2141 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local2142 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()2145 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()2150 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2151 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()2154 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
3462 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList() local3463 if (propertyImpl) { in GeneratePropertyList()3464 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()3466 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()