Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp666 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local
671 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
682 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()
686 PropertyIvarType = in ActOnPropertyImplDecl()
687 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
695 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()
696 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
707 getImpliedARCOwnership(kind, PropertyIvarType); in ActOnPropertyImplDecl()
712 PropertyIvarType->getAs<ObjCObjectPointerType>()) in ActOnPropertyImplDecl()
726 PropertyIvarType = Context.getQualifiedType(PropertyIvarType, qs); in ActOnPropertyImplDecl()
[all …]