Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1195 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local
1197 if (SemaRef.RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1207 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1218 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()
1222 PropertyIvarType = in ActOnPropertyImplDecl()
1223 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
1242 PropertyIvarType->getAs<ObjCObjectPointerType>()) { in ActOnPropertyImplDecl()
1247 << PropertyIvarType; in ActOnPropertyImplDecl()
1279 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()
1280 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
[all …]