Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5195 bool Type::isObjCIndirectLifetimeType() const { in isObjCIndirectLifetimeType() function in Type
5199 return OPT->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
5201 return Ref->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
5203 return MemPtr->getPointeeType()->isObjCIndirectLifetimeType(); in isObjCIndirectLifetimeType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2614 bool isObjCIndirectLifetimeType() const; // (pointer to)* lifetime type