Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1360 QualType IvarType = Context.getCanonicalType(Ivar->getType()); in ActOnPropertyImplDecl() local
1363 if (!Context.hasSameType(PropertyIvarType, IvarType)) { in ActOnPropertyImplDecl()
1365 && isa<ObjCObjectPointerType>(IvarType)) in ActOnPropertyImplDecl()
1368 IvarType->castAs<ObjCObjectPointerType>()); in ActOnPropertyImplDecl()
1371 IvarType) in ActOnPropertyImplDecl()
1377 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1387 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl()
1392 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1398 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1407 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()