Home
last modified time | relevance | path

Searched refs:isObjCARCImplicitlyUnretainedType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp738 assert(ivarType->isObjCARCImplicitlyUnretainedType()); in checkARCPropertyImpl()
2658 !PropertyTy->isObjCARCImplicitlyUnretainedType()) { in CheckObjCPropertyAttributes()
H A DSemaType.cpp1679 } else if (type->isObjCARCImplicitlyUnretainedType()) { in inferARCLifetimeForPointee()
2810 if (declSpecType->isObjCARCImplicitlyUnretainedType()) in inferARCWriteback()
H A DSemaExprCXX.cpp7582 if (!ReturnsRetained && E->getType()->isObjCARCImplicitlyUnretainedType()) in MaybeBindToTemporary()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4905 if (isObjCARCImplicitlyUnretainedType()) in getObjCARCImplicitLifetime()
4910 bool Type::isObjCARCImplicitlyUnretainedType() const { in isObjCARCImplicitlyUnretainedType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2635 bool isObjCARCImplicitlyUnretainedType() const;