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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp947 QualType IvarType = Context.getCanonicalType(Ivar->getType()); local
950 if (!Context.hasSameType(PropertyIvarType, IvarType)) {
953 && isa<ObjCObjectPointerType>(IvarType))
957 IvarType->getAs<ObjCObjectPointerType>());
960 IvarType)
966 << Ivar->getDeclName() << IvarType;
976 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
981 << Ivar->getDeclName() << IvarType;
987 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() &&
996 PropType.isObjCGCStrong()) && IvarType
[all...]

Completed in 1143 milliseconds