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.cpp928 QualType ivarType = ivar->getType(); in PropertyImplStrategy() local
929 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
957 if (ivarType.getObjCLifetime() == Qualifiers::OCL_Strong) in PropertyImplStrategy()
993 if (ivarType.hasNonTrivialObjCLifetime() || in PropertyImplStrategy()
995 CGM.getContext().getObjCGCAttrKind(ivarType))) { in PropertyImplStrategy()
1002 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy()
1271 QualType ivarType = ivar->getType(); in generateObjCGetterBody() local
1272 switch (getEvaluationKind(ivarType)) { in generateObjCGetterBody()
1275 EmitStoreOfComplex(pair, MakeAddrLValue(ReturnValue, ivarType), in generateObjCGetterBody()
1283 EmitAggregateCopy(/* Dest= */ MakeAddrLValue(ReturnValue, ivarType), in generateObjCGetterBody()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp711 QualType ivarType = ivar->getType(); in checkARCPropertyImpl() local
712 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime(); in checkARCPropertyImpl()
736 SplitQualType split = ivarType.split(); in checkARCPropertyImpl()
738 assert(ivarType->isObjCARCImplicitlyUnretainedType()); in checkARCPropertyImpl()
740 ivarType = S.Context.getQualifiedType(split); in checkARCPropertyImpl()
741 ivar->setType(ivarType); in checkARCPropertyImpl()
799 QualType ivarType = ivar->getType(); in setImpliedPropertyAttributeForReadOnlyProperty() local
800 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime(); in setImpliedPropertyAttributeForReadOnlyProperty()