Searched refs:propertyImpl (Results 1 – 2 of 2) sorted by relevance
1915 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local1916 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()1920 if (propertyImpl->getPropertyImplementation() in diagnoseNullResettableSynthesizedSetters()1930 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
2104 for (auto *propertyImpl : OID->property_impls()) { in GeneratePropertyList() local2106 ObjCPropertyDecl *property = propertyImpl->getPropertyDecl(); in GeneratePropertyList()2107 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()2109 bool isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()