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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1064 QualType IvarType = Context.getCanonicalType(Ivar->getType()); local
1067 if (!Context.hasSameType(PropertyIvarType, IvarType)) {
1069 && isa<ObjCObjectPointerType>(IvarType))
1073 IvarType->getAs<ObjCObjectPointerType>());
1076 IvarType)
1082 << Ivar->getDeclName() << IvarType;
1092 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
1097 << Ivar->getDeclName() << IvarType;
1103 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() &&
1112 PropType.isObjCGCStrong()) && IvarType
[all...]

Completed in 126 milliseconds