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

/external/clang/include/clang/AST/
H A DType.h285 bool hasObjCLifetime() const { return Mask & LifetimeMask; } function in class:clang::Qualifiers
295 assert(!hasObjCLifetime());
369 if (Q.hasObjCLifetime())
399 !hasObjCLifetime() || !qs.hasObjCLifetime());
1095 bool hasObjCLifetime() const { return Quals.hasObjCLifetime(); } function in class:clang::ExtQuals

Completed in 218 milliseconds