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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp852 QualType ivarType = ivar->getType(); local
854 CGM.getContext().getTypeInfoInChars(ivarType);
879 if (ivarType.getObjCLifetime() == Qualifiers::OCL_Strong)
915 if (ivarType.hasNonTrivialObjCLifetime() ||
917 CGM.getContext().getObjCGCAttrKind(ivarType))) {
924 if (const RecordType *recordType = ivarType->getAs<RecordType>())
1164 QualType ivarType = ivar->getType(); local
1165 switch (getEvaluationKind(ivarType)) {
1168 EmitStoreOfComplex(pair, MakeAddrLValue(ReturnValue, ivarType),
1176 EmitAggregateCopy(/* Dest= */ MakeAddrLValue(ReturnValue, ivarType),
1177 /* Src= */ LV, ivarType, getOverlapForReturnValue()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp733 QualType ivarType = ivar->getType();
734 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime();
758 SplitQualType split = ivarType.split();
760 assert(ivarType->isObjCARCImplicitlyUnretainedType());
762 ivarType = S.Context.getQualifiedType(split);
763 ivar->setType(ivarType);
821 QualType ivarType = ivar->getType(); local
822 Qualifiers::ObjCLifetime ivarLifetime = ivarType.getObjCLifetime();

Completed in 171 milliseconds