Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp924 QualType ivarType = ivar->getType(); in PropertyImplStrategy() local
925 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
953 if (ivarType.getObjCLifetime() == Qualifiers::OCL_Strong) in PropertyImplStrategy()
989 if (ivarType.hasNonTrivialObjCLifetime() || in PropertyImplStrategy()
991 CGM.getContext().getObjCGCAttrKind(ivarType))) { in PropertyImplStrategy()
998 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy()
1267 QualType ivarType = ivar->getType(); in generateObjCGetterBody() local
1268 switch (getEvaluationKind(ivarType)) { in generateObjCGetterBody()
1271 EmitStoreOfComplex(pair, MakeAddrLValue(ReturnValue, ivarType), in generateObjCGetterBody()
1279 EmitAggregateCopy(/* Dest= */ MakeAddrLValue(ReturnValue, ivarType), in generateObjCGetterBody()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp726 QualType ivarType = ivar->getType(); in checkARCPropertyImpl() local
727 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime(); in checkARCPropertyImpl()
751 SplitQualType split = ivarType.split(); in checkARCPropertyImpl()
753 assert(ivarType->isObjCARCImplicitlyUnretainedType()); in checkARCPropertyImpl()
755 ivarType = S.Context.getQualifiedType(split); in checkARCPropertyImpl()
756 ivar->setType(ivarType); in checkARCPropertyImpl()
814 QualType ivarType = ivar->getType(); in setImpliedPropertyAttributeForReadOnlyProperty() local
815 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime(); in setImpliedPropertyAttributeForReadOnlyProperty()