Searched refs:propertyImpl (Results 1 – 1 of 1) sorted by relevance
2071 for (auto *propertyImpl : OID->property_impls()) { in GeneratePropertyList() local2073 ObjCPropertyDecl *property = propertyImpl->getPropertyDecl(); in GeneratePropertyList()2074 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()2076 bool isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()