Searched refs:ivarType (Results 1 – 2 of 2) sorted by relevance
626 QualType ivarType = ivar->getType(); in PropertyImplStrategy() local628 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()653 if (ivarType.getObjCLifetime() == Qualifiers::OCL_Strong) in PropertyImplStrategy()689 if (ivarType.hasNonTrivialObjCLifetime() || in PropertyImplStrategy()691 CGM.getContext().getObjCGCAttrKind(ivarType))) { in PropertyImplStrategy()698 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy()933 QualType ivarType = ivar->getType(); in generateObjCGetterBody() local934 switch (getEvaluationKind(ivarType)) { in generateObjCGetterBody()938 MakeNaturalAlignAddrLValue(ReturnValue, ivarType), in generateObjCGetterBody()946 EmitAggregateCopy(ReturnValue, LV.getAddress(), ivarType); in generateObjCGetterBody()[all …]
647 QualType ivarType = ivar->getType(); in checkARCPropertyImpl() local648 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime(); in checkARCPropertyImpl()670 SplitQualType split = ivarType.split(); in checkARCPropertyImpl()672 assert(ivarType->isObjCARCImplicitlyUnretainedType()); in checkARCPropertyImpl()674 ivarType = S.Context.getQualifiedType(split); in checkARCPropertyImpl()675 ivar->setType(ivarType); in checkARCPropertyImpl()734 QualType ivarType = ivar->getType(); in setImpliedPropertyAttributeForReadOnlyProperty() local735 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime(); in setImpliedPropertyAttributeForReadOnlyProperty()