Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1171 QualType IvarType = Context.getCanonicalType(Ivar->getType()); in ActOnPropertyImplDecl() local
1174 if (!Context.hasSameType(PropertyIvarType, IvarType)) { in ActOnPropertyImplDecl()
1176 && isa<ObjCObjectPointerType>(IvarType)) in ActOnPropertyImplDecl()
1180 IvarType->getAs<ObjCObjectPointerType>()); in ActOnPropertyImplDecl()
1183 IvarType) in ActOnPropertyImplDecl()
1189 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1199 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl()
1204 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1210 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1219 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()