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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp63 QualType IvarTy = local
65 llvm::Type *LTy = CGF.CGM.getTypes().ConvertTypeForMem(IvarTy);
71 LValue LV = CGF.MakeNaturalAlignAddrLValue(V, IvarTy);
113 return LValue::MakeBitfield(Addr, *Info, IvarTy,
H A DCGObjCMac.cpp538 // IvarTy - LLVM type for struct objc_ivar.
539 llvm::StructType *IvarTy; member in class:__anon1740::ObjCTypesHelper
3827 auto ivars = ivarList.beginArray(ObjCTypes.IvarTy);
3835 auto ivar = ivars.beginStruct(ObjCTypes.IvarTy);
5944 IvarTy = llvm::StructType::create("struct._objc_ivar", Int8PtrTy, Int8PtrTy,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3782 QualType IvarTy = ivar->getType(); local
3783 if (IvarTy->isIncompleteArrayType() &&
3784 (IvarTy.getObjCLifetime() != Qualifiers::OCL_ExplicitNone) &&
3785 IvarTy->isObjCLifetimeType()) {
3854 QualType IvarTy = ivar->getType(); local
3856 if (IvarTy->isIncompleteArrayType()) {
3858 << ivar->getDeclName() << IvarTy
3861 } else if (const RecordType *RecordTy = IvarTy->getAs<RecordType>()) {
3865 << ivar->getDeclName() << IvarTy;

Completed in 72 milliseconds