Searched refs:propertyImpl (Results 1 – 2 of 2) sorted by relevance
1863 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local1864 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()1868 if (propertyImpl->getPropertyImplementation() in diagnoseNullResettableSynthesizedSetters()1878 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
2094 for (auto *propertyImpl : OID->property_impls()) { in GeneratePropertyList() local2096 ObjCPropertyDecl *property = propertyImpl->getPropertyDecl(); in GeneratePropertyList()2097 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()2099 bool isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()