Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp932 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local
934 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
944 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
955 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()
959 PropertyIvarType = in ActOnPropertyImplDecl()
960 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
986 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()
987 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
998 getImpliedARCOwnership(kind, PropertyIvarType); in ActOnPropertyImplDecl()
1003 PropertyIvarType->getAs<ObjCObjectPointerType>()) { in ActOnPropertyImplDecl()
[all …]