Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1915 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local
1916 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()
1920 if (propertyImpl->getPropertyImplementation() in diagnoseNullResettableSynthesizedSetters()
1930 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2104 for (auto *propertyImpl : OID->property_impls()) { in GeneratePropertyList() local
2106 ObjCPropertyDecl *property = propertyImpl->getPropertyDecl(); in GeneratePropertyList()
2107 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
2109 bool isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()