Home
last modified time | relevance | path

Searched refs:isObjCRetainableType (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp190 if (!Attr.ModifiedType->isObjCRetainableType()) { in errorForGCAttrsOnNonObjC()
205 !Attr.ModifiedType->isObjCRetainableType()) in checkWeakGCAttrs()
231 if (T.isNull() || !T->isObjCRetainableType()) in checkAllAtProps()
DTransUnbridgedCasts.cpp98 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType()) in VisitCastExpr()
113 if (castType->isObjCRetainableType()) in VisitCastExpr()
DTransProperties.cpp136 if (!getPropertyType(props)->isObjCRetainableType()) in doTransform()
DTransforms.cpp368 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
DObjCMT.cpp428 bool RetainableObject = ArgType->isObjCRetainableType(); in PropertyMemoryAttribute()
1195 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
/external/llvm-project/clang/lib/ARCMigrate/
DTransGCAttrs.cpp187 if (!Attr.ModifiedType->isObjCRetainableType()) { in errorForGCAttrsOnNonObjC()
202 !Attr.ModifiedType->isObjCRetainableType()) in checkWeakGCAttrs()
228 if (T.isNull() || !T->isObjCRetainableType()) in checkAllAtProps()
DTransUnbridgedCasts.cpp97 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType()) in VisitCastExpr()
112 if (castType->isObjCRetainableType()) in VisitCastExpr()
DTransProperties.cpp134 if (!getPropertyType(props)->isObjCRetainableType()) in doTransform()
DTransforms.cpp364 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()
DObjCMT.cpp431 bool RetainableObject = ArgType->isObjCRetainableType(); in PropertyMemoryAttribute()
1188 if (IsPrefix && GRT->isObjCRetainableType()) in migrateProperty()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp55 type->isObjCRetainableType()) { in getImpliedARCOwnership()
593 !T->isObjCRetainableType()); in CreatePropertyDecl()
1233 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1306 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
2669 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2687 PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2785 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
DSemaType.cpp3009 if (!declSpecType->isObjCRetainableType()) return; in inferARCWriteback()
5684 if (declSpecTy->isObjCRetainableType() && in transferARCOwnershipToDeclSpec()
5769 if (declSpecTy->isObjCRetainableType()) in transferARCOwnership()
6517 if (pointee->isObjCRetainableType() || pointee->isPointerType()) in handleObjCOwnershipTypeAttr()
6523 } else if (!type->isObjCRetainableType()) { in handleObjCOwnershipTypeAttr()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp57 type->isObjCRetainableType()) { in getImpliedARCOwnership()
585 !T->isObjCRetainableType()); in CreatePropertyDecl()
1045 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
1119 PropertyIvarType->isObjCRetainableType()) { in ActOnPropertyImplDecl()
2382 !PropertyTy->isObjCRetainableType() && in CheckObjCPropertyAttributes()
2487 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) { in CheckObjCPropertyAttributes()
DSemaType.cpp2612 if (!declSpecType->isObjCRetainableType()) return; in inferARCWriteback()
4599 if (declSpecTy->isObjCRetainableType() && in transferARCOwnershipToDeclSpec()
4687 if (declSpecTy->isObjCRetainableType()) in transferARCOwnership()
5375 if (pointee->isObjCRetainableType() || pointee->isPointerType()) in handleObjCOwnershipTypeAttr()
5381 } else if (!type->isObjCRetainableType()) { in handleObjCOwnershipTypeAttr()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp80 if (!T->isObjCRetainableType()) in isSynthesizedRetainableProperty()
935 if (!M.getArgExpr(0)->getType()->isObjCRetainableType()) in getValueReleasedByNillingOut()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp80 if (!T->isObjCRetainableType()) in isSynthesizedRetainableProperty()
934 if (!M.getArgExpr(0)->getType()->isObjCRetainableType()) in getValueReleasedByNillingOut()
/external/clang/lib/CodeGen/
DCGBlocks.cpp406 } else if (variable->getType()->isObjCRetainableType()) { in computeBlockInfo()
1396 } else if (type->isObjCRetainableType()) { in GenerateCopyHelperFunction()
1568 } else if (type->isObjCRetainableType()) { in GenerateDestroyHelperFunction()
1965 if (!type->isObjCRetainableType()) return nullptr; in buildByrefHelpers()
DCGObjC.cpp253 if (!ExpT->isObjCRetainableType()) in AdjustObjCObjectType()
329 assert(E->getType()->isObjCRetainableType()); in findWeakLValue()
DCodeGenFunction.cpp832 RetTy->isObjCRetainableType()) in StartFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp615 } else if (VT->isObjCRetainableType()) { in computeBlockInfo()
1650 if (!T->isObjCRetainableType()) in computeCopyInfoForBlockCapture()
2093 if (T->isObjCRetainableType() && !T.getQualifiers().hasObjCLifetime() && in computeDestroyInfoForBlockCapture()
2567 if (!type->isObjCRetainableType()) return nullptr; in buildByrefHelpers()
/external/clang/lib/Analysis/
DPrintfFormatString.cpp565 if (QT->isObjCRetainableType()) { in fixType()
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp691 if (QT->isObjCRetainableType()) { in fixType()
DType.cpp4260 bool Type::isObjCRetainableType() const { in isObjCRetainableType() function in Type
4284 return type->isObjCRetainableType(); in isObjCLifetimeType()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp301 if (Ty->isObjCRetainableType()) in checkPostStmt()
/external/clang/lib/AST/
DType.cpp3699 bool Type::isObjCRetainableType() const { in isObjCRetainableType() function in Type
3722 return type->isObjCRetainableType(); in isObjCLifetimeType()

123