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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h332 bool hasObjCLifetime() const { return Mask & LifetimeMask; } function in class:clang::Qualifiers
1374 bool hasObjCLifetime() const { return Quals.hasObjCLifetime(); } function in class:clang::ExtQuals

Completed in 140 milliseconds