Searched refs:isObjCRetainableType (Results 1 – 25 of 25) sorted by relevance
187 if (!Attr.ModifiedType->isObjCRetainableType()) { in errorForGCAttrsOnNonObjC()202 !Attr.ModifiedType->isObjCRetainableType()) in checkWeakGCAttrs()228 if (T.isNull() || !T->isObjCRetainableType()) in checkAllAtProps()
97 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType()) in VisitCastExpr()112 if (castType->isObjCRetainableType()) in VisitCastExpr()
134 if (!getPropertyType(props)->isObjCRetainableType()) in doTransform()
363 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
428 bool RetainableObject = ArgType->isObjCRetainableType(); in PropertyMemoryAttribute()1182 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
56 type->isObjCRetainableType()) { in getImpliedARCOwnership()571 !T->isObjCRetainableType()); in CreatePropertyDecl()1207 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()1280 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()2639 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()2657 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()2755 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
1719 return QT->isDependentType() || QT->isObjCRetainableType(); in isValidSubjectOfNSReturnsRetainedAttribute()1958 (!resultType->isPointerType() || resultType->isObjCRetainableType())) { in handleReturnsInnerPointerAttr()2188 if (!Ty->isObjCRetainableType()) { in tryMakeVariablePseudoStrong()
2802 if (!declSpecType->isObjCRetainableType()) return; in inferARCWriteback()5662 if (declSpecTy->isObjCRetainableType() && in transferARCOwnershipToDeclSpec()5747 if (declSpecTy->isObjCRetainableType()) in transferARCOwnership()6575 if (pointee->isObjCRetainableType() || pointee->isPointerType()) in handleObjCOwnershipTypeAttr()6581 } else if (!type->isObjCRetainableType()) { in handleObjCOwnershipTypeAttr()
4150 assert(Entity.getType()->isObjCRetainableType() && in MaybeProduceObjCObject()4160 if (!Entity.getType()->isObjCRetainableType()) in MaybeProduceObjCObject()
2907 if (ReceiverType->isObjCRetainableType()) { in BuildInstanceMessage()
7504 E->getType()->isObjCRetainableType()) { in MaybeBindToTemporary()
13436 LHSType->isObjCRetainableType()) in checkUnsafeExprAssigns()
81 if (!T->isObjCRetainableType()) in isSynthesizedRetainableProperty()925 if (!M.getArgExpr(0)->getType()->isObjCRetainableType()) in getValueReleasedByNillingOut()
1636 if (!T->isObjCRetainableType()) in computeCopyInfoForBlockCapture()2049 if (T->isObjCRetainableType() && !T.getQualifiers().hasObjCLifetime() && in computeDestroyInfoForBlockCapture()2495 if (!type->isObjCRetainableType()) return nullptr; in buildByrefHelpers()
3905 RT->isObjCRetainableType()); in EmitFunctionEpilog()4084 type->isObjCRetainableType()) { in EmitDelegateCallArg()4492 Ty.getNonReferenceType()->isObjCRetainableType() || in EmitCallArgs()
275 if (!ExpT->isObjCRetainableType()) in AdjustObjCObjectType()351 assert(E->getType()->isObjCRetainableType()); in findWeakLValue()
2995 if (getLangOpts().ObjCAutoRefCount && resultType->isObjCRetainableType()) { in EmitForwardingCallToLambda()
1218 RetTy->isObjCRetainableType()) in StartFunction()
2209 if (TheExpr->getType()->isObjCRetainableType() && in emitBuiltinOSLogFormat()
757 if (QT->isObjCRetainableType()) { in fixType()
4941 bool Type::isObjCRetainableType() const { in isObjCRetainableType() function in Type4965 return type->isObjCRetainableType(); in isObjCLifetimeType()
1068 if (T->isObjCRetainableType() || T.isObjCGCStrong()) { in addedMember()
7970 if (!Ty->isObjCRetainableType()) return false; in BlockRequiresCopying()
300 if (Ty->isObjCRetainableType()) in checkPostStmt()
2549 bool isObjCRetainableType() const; // ObjC object or block pointer