Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1156 QualType IvarType = Context.getCanonicalType(Ivar->getType()); in ActOnPropertyImplDecl() local
1159 if (!Context.hasSameType(PropertyIvarType, IvarType)) { in ActOnPropertyImplDecl()
1161 && isa<ObjCObjectPointerType>(IvarType)) in ActOnPropertyImplDecl()
1165 IvarType->getAs<ObjCObjectPointerType>()); in ActOnPropertyImplDecl()
1168 IvarType) in ActOnPropertyImplDecl()
1174 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1184 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl()
1189 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1195 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1204 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()