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

/external/clang/include/clang/AST/
H A DType.h247 bool hasObjCLifetime() const { return Mask & LifetimeMask; } function in class:clang::Qualifiers
257 assert(!hasObjCLifetime());
331 if (Q.hasObjCLifetime())
344 !hasObjCLifetime() || !qs.hasObjCLifetime());
1058 bool hasObjCLifetime() const { return Quals.hasObjCLifetime(); } function in class:clang::ExtQuals

Completed in 88 milliseconds