Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp626 QualType ivarType = ivar->getType(); in PropertyImplStrategy() local
628 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() local
934 switch (getEvaluationKind(ivarType)) { in generateObjCGetterBody()
938 MakeNaturalAlignAddrLValue(ReturnValue, ivarType), in generateObjCGetterBody()
946 EmitAggregateCopy(ReturnValue, LV.getAddress(), ivarType); in generateObjCGetterBody()
[all …]
/external/clang/lib/Sema/
DSemaObjCProperty.cpp647 QualType ivarType = ivar->getType(); in checkARCPropertyImpl() local
648 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() local
735 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime(); in setImpliedPropertyAttributeForReadOnlyProperty()