Home
last modified time | relevance | path

Searched refs:isObjCIndirectLifetimeType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp100 bool exprRetainable = castExprType->isObjCIndirectLifetimeType(); in VisitCastExpr()
101 bool castRetainable = castType->isObjCIndirectLifetimeType(); in VisitCastExpr()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp101 bool exprRetainable = castExprType->isObjCIndirectLifetimeType(); in VisitCastExpr()
102 bool castRetainable = castType->isObjCIndirectLifetimeType(); in VisitCastExpr()
/external/clang/lib/AST/
DType.cpp3704 bool Type::isObjCIndirectLifetimeType() const { in isObjCIndirectLifetimeType() function in Type
3708 return OPT->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
3710 return Ref->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
3712 return MemPtr->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
/external/llvm-project/clang/lib/AST/
DType.cpp4266 bool Type::isObjCIndirectLifetimeType() const { in isObjCIndirectLifetimeType() function in Type
4270 return OPT->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
4272 return Ref->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
4274 return MemPtr->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
/external/clang/include/clang/AST/
DType.h1692 bool isObjCIndirectLifetimeType() const; // (pointer to)* lifetime type
/external/llvm-project/clang/include/clang/AST/
DType.h2041 bool isObjCIndirectLifetimeType() const; // (pointer to)* lifetime type