Home
last modified time | relevance | path

Searched refs:propertyImpl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1863 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local
1864 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()
1868 if (propertyImpl->getPropertyImplementation() in diagnoseNullResettableSynthesizedSetters()
1878 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2094 for (auto *propertyImpl : OID->property_impls()) { in GeneratePropertyList() local
2096 ObjCPropertyDecl *property = propertyImpl->getPropertyDecl(); in GeneratePropertyList()
2097 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
2099 bool isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()