Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1018 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local
1020 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1030 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1042 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()
1046 PropertyIvarType = in ActOnPropertyImplDecl()
1047 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
1066 PropertyIvarType->getAs<ObjCObjectPointerType>()) { in ActOnPropertyImplDecl()
1071 << PropertyIvarType; in ActOnPropertyImplDecl()
1103 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()
1104 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
[all …]