Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2141 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters() local
2142 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()
2145 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()
2150 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2151 auto *setterImpl = propertyImpl->getSetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters()
2154 SourceLocation loc = propertyImpl->getLocation(); in diagnoseNullResettableSynthesizedSetters()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3462 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container); in GeneratePropertyList() local
3463 if (propertyImpl) { in GeneratePropertyList()
3464 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3466 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()