Searched refs:ivarType (Results 1 – 2 of 2) sorted by relevance
928 QualType ivarType = ivar->getType(); in PropertyImplStrategy() local929 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() local1272 switch (getEvaluationKind(ivarType)) { in generateObjCGetterBody()1275 EmitStoreOfComplex(pair, MakeAddrLValue(ReturnValue, ivarType), in generateObjCGetterBody()1283 EmitAggregateCopy(/* Dest= */ MakeAddrLValue(ReturnValue, ivarType), in generateObjCGetterBody()[all …]
711 QualType ivarType = ivar->getType(); in checkARCPropertyImpl() local712 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() local800 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime(); in setImpliedPropertyAttributeForReadOnlyProperty()