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.cpp1196 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local
1198 if (SemaRef.RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1208 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1219 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()
1223 PropertyIvarType = in ActOnPropertyImplDecl()
1224 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
1243 PropertyIvarType->getAs<ObjCObjectPointerType>()) { in ActOnPropertyImplDecl()
1248 << PropertyIvarType; in ActOnPropertyImplDecl()
1280 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()
1281 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
[all …]