Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefMemberChecker.cpp160 const Type *IvarType = QT.getTypePtrOrNull(); in visitIvarDecl() local
161 if (!IvarType) in visitIvarDecl()
170 if (auto *MemberCXXRD = IvarType->getPointeeCXXRecordDecl()) in visitIvarDecl()
171 reportBug(Ivar, IvarType, MemberCXXRD, CD); in visitIvarDecl()
172 else if (auto *ObjCDecl = getObjCDecl(IvarType)) in visitIvarDecl()
173 reportBug(Ivar, IvarType, ObjCDecl, CD); in visitIvarDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1351 QualType IvarType = Context.getCanonicalType(Ivar->getType()); in ActOnPropertyImplDecl() local
1354 if (!Context.hasSameType(PropertyIvarType, IvarType)) { in ActOnPropertyImplDecl()
1356 && isa<ObjCObjectPointerType>(IvarType)) in ActOnPropertyImplDecl()
1359 IvarType->castAs<ObjCObjectPointerType>()); in ActOnPropertyImplDecl()
1363 PropertyIvarType, IvarType)); in ActOnPropertyImplDecl()
1368 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1378 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl()
1383 << Ivar->getDeclName() << IvarType; in ActOnPropertyImplDecl()
1389 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1398 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()