Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1033 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl() local
1035 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1045 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1057 if (PropertyIvarType.isObjCGCStrong()) { in ActOnPropertyImplDecl()
1061 PropertyIvarType = in ActOnPropertyImplDecl()
1062 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
1081 PropertyIvarType->getAs<ObjCObjectPointerType>()) { in ActOnPropertyImplDecl()
1086 << PropertyIvarType; in ActOnPropertyImplDecl()
1118 !PropertyIvarType.getObjCLifetime() && in ActOnPropertyImplDecl()
1119 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
[all …]