/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 187 if (!Attr.ModifiedType->isObjCRetainableType()) { in errorForGCAttrsOnNonObjC() 202 !Attr.ModifiedType->isObjCRetainableType()) in checkWeakGCAttrs() 228 if (T.isNull() || !T->isObjCRetainableType()) in checkAllAtProps()
|
H A D | TransUnbridgedCasts.cpp | 97 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType()) in VisitCastExpr() 112 if (castType->isObjCRetainableType()) in VisitCastExpr()
|
H A D | TransProperties.cpp | 134 if (!getPropertyType(props)->isObjCRetainableType()) in doTransform()
|
H A D | Transforms.cpp | 362 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
|
H A D | ObjCMT.cpp | 431 bool RetainableObject = ArgType->isObjCRetainableType(); in PropertyMemoryAttribute() 1185 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 55 type->isObjCRetainableType()) { in getImpliedARCOwnership() 586 !T->isObjCRetainableType()); in CreatePropertyDecl() 1225 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl() 1298 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl() 2657 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes() 2675 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes() 2773 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
|
H A D | SemaType.cpp | 3185 if (!declSpecType->isObjCRetainableType()) return; in inferARCWriteback() 5940 if (declSpecTy->isObjCRetainableType() && in transferARCOwnershipToDeclSpec() 6025 if (declSpecTy->isObjCRetainableType()) in transferARCOwnership() 6833 if (pointee->isObjCRetainableType() || pointee->isPointerType()) in handleObjCOwnershipTypeAttr() 6839 } else if (!type->isObjCRetainableType()) { in handleObjCOwnershipTypeAttr()
|
H A D | SemaDeclAttr.cpp | 5759 return QT->isDependentType() || QT->isObjCRetainableType(); in isValidSubjectOfNSReturnsRetainedAttribute() 6000 (!resultType->isPointerType() || resultType->isObjCRetainableType())) { in handleObjCReturnsInnerPointerAttr() 8317 if (!Ty->isObjCRetainableType()) { in tryMakeVariablePseudoStrong()
|
H A D | SemaInit.cpp | 3902 assert(Entity.getType()->isObjCRetainableType() && in MaybeProduceObjCObject() 3912 if (!Entity.getType()->isObjCRetainableType()) in MaybeProduceObjCObject()
|
H A D | SemaExprObjC.cpp | 2902 if (ReceiverType->isObjCRetainableType()) { in BuildInstanceMessage()
|
H A D | SemaExprCXX.cpp | 7163 E->getType()->isObjCRetainableType()) { in MaybeBindToTemporary()
|
H A D | SemaChecking.cpp | 17001 LHSType->isObjCRetainableType()) in checkUnsafeExprAssigns()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 81 if (!T->isObjCRetainableType()) in isSynthesizedRetainableProperty() 935 if (!M.getArgExpr(0)->getType()->isObjCRetainableType()) in getValueReleasedByNillingOut()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1652 if (!T->isObjCRetainableType()) in computeCopyInfoForBlockCapture() 2068 if (T->isObjCRetainableType() && !T.getQualifiers().hasObjCLifetime() && in computeDestroyInfoForBlockCapture() 2517 if (!type->isObjCRetainableType()) return nullptr; in buildByrefHelpers()
|
H A D | CGCall.cpp | 3660 RT->isObjCRetainableType()); in EmitFunctionEpilog() 3843 type->isObjCRetainableType()) { in EmitDelegateCallArg() 4240 Ty.getNonReferenceType()->isObjCRetainableType() || in EmitCallArgs()
|
H A D | CGObjC.cpp | 275 if (!ExpT->isObjCRetainableType()) in AdjustObjCObjectType() 351 assert(E->getType()->isObjCRetainableType()); in findWeakLValue()
|
H A D | CodeGenFunction.cpp | 1138 RetTy->isObjCRetainableType()) in StartFunction()
|
H A D | CGClass.cpp | 2969 if (getLangOpts().ObjCAutoRefCount && resultType->isObjCRetainableType()) { in EmitForwardingCallToLambda()
|
H A D | CGBuiltin.cpp | 1877 if (TheExpr->getType()->isObjCRetainableType() && in emitBuiltinOSLogFormat()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | PrintfFormatString.cpp | 694 if (QT->isObjCRetainableType()) { in fixType()
|
H A D | Type.cpp | 4423 bool Type::isObjCRetainableType() const { in isObjCRetainableType() function in Type 4447 return type->isObjCRetainableType(); in isObjCLifetimeType()
|
H A D | DeclCXX.cpp | 1014 if (T->isObjCRetainableType() || T.isObjCGCStrong()) { in addedMember()
|
H A D | ASTContext.cpp | 7507 if (!Ty->isObjCRetainableType()) return false; in BlockRequiresCopying()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 302 if (Ty->isObjCRetainableType()) in checkPostStmt()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Type.h | 2183 bool isObjCRetainableType() const; // ObjC object or block pointer
|