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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1082 QualType IvarType = Context.getCanonicalType(Ivar->getType()); local
1085 if (!Context.hasSameType(PropertyIvarType, IvarType)) {
1087 && isa<ObjCObjectPointerType>(IvarType))
1091 IvarType->getAs<ObjCObjectPointerType>());
1094 IvarType)
1100 << Ivar->getDeclName() << IvarType;
1110 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
1115 << Ivar->getDeclName() << IvarType;
1121 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() &&
1130 PropType.isObjCGCStrong()) && IvarType
[all...]

Completed in 49 milliseconds