Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ivarType

626   QualType ivarType = ivar->getType();
628 CGM.getContext().getTypeInfoInChars(ivarType);
653 if (ivarType.getObjCLifetime() == Qualifiers::OCL_Strong)
689 if (ivarType.hasNonTrivialObjCLifetime() ||
691 CGM.getContext().getObjCGCAttrKind(ivarType))) {
698 if (const RecordType *recordType = ivarType->getAs<RecordType>())
933 QualType ivarType = ivar->getType();
934 switch (getEvaluationKind(ivarType)) {
938 MakeNaturalAlignAddrLValue(ReturnValue, ivarType),
946 EmitAggregateCopy(ReturnValue, LV.getAddress(), ivarType);
955 value = emitARCRetainLoadOfScalar(*this, LV, ivarType);