Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1225 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1236 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()
1240 PropertyIvarType = in ActOnPropertyImplDecl()
1265 << PropertyIvarType; in ActOnPropertyImplDecl()
1297 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()
1298 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1309 getImpliedARCOwnership(kind, PropertyIvarType); in ActOnPropertyImplDecl()
1314 PropertyIvarType = Context.getQualifiedType(PropertyIvarType, qs); in ActOnPropertyImplDecl()
1324 PropertyIvarType, in ActOnPropertyImplDecl()
1335 << PropertyIvarType; in ActOnPropertyImplDecl()
[all …]