Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2120 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local
2121 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()
2124 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()
2129 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2130 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2133 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3576 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList() local
3577 if (propertyImpl) { in GeneratePropertyList()
3578 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3580 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()