Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaObjCProperty.cpp1213 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local
1215 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1225 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1236 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()
1240 PropertyIvarType = in ActOnPropertyImplDecl()
1241 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
1260 PropertyIvarType->getAs<ObjCObjectPointerType>()) { in ActOnPropertyImplDecl()
1265 << PropertyIvarType; in ActOnPropertyImplDecl()
1297 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()
1298 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
[all …]