Searched defs:isObjCLifetimeType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp1049 if ((*this)->isObjCLifetimeType())
1101 if ((*this)->isObjCLifetimeType())
2364 assert(isObjCLifetimeType() &&
2394 if (isObjCLifetimeType())
2407 bool Type::isObjCLifetimeType() const { function in class:Type

Completed in 1128 milliseconds