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

/external/clang/lib/AST/
H A DType.cpp1019 if ((*this)->isObjCLifetimeType())
1069 if ((*this)->isObjCLifetimeType())
2177 assert(isObjCLifetimeType() &&
2207 if (isObjCLifetimeType())
2220 bool Type::isObjCLifetimeType() const { function in class:Type

Completed in 98 milliseconds