Searched refs:hasObjCLifetime (Results 1 - 12 of 12) 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
H A DASTContext.h1541 !type.getQualifiers().hasObjCLifetime())
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp915 ParamQs.hasObjCLifetime())
1142 if (ParamQs.hasObjCLifetime())
1148 if (ParamQs.hasObjCLifetime() && !DeducedType->isObjCLifetimeType() &&
1161 !DeducedQs.hasObjCLifetime())
H A DSemaType.cpp2798 if (T.getQualifiers().hasObjCLifetime()) {
3992 assert(type.getQualifiers().hasObjCLifetime());
4099 while (!underlyingType.Quals.hasObjCLifetime()) {
H A DSemaObjCProperty.cpp671 if (split.Quals.hasObjCLifetime()) {
H A DSemaDeclObjC.cpp300 return !T.getLocalQualifiers().hasObjCLifetime();
H A DSemaInit.cpp4156 if (DestType.getQualifiers().hasObjCLifetime()) {
H A DTreeTransform.h3631 if (Quals.hasObjCLifetime()) {
/external/clang/lib/AST/
H A DType.cpp43 (hasObjCLifetime() && !Other.hasObjCLifetime()));
H A DASTContext.cpp2865 if (ResultTy.getQualifiers().hasObjCLifetime()) {
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp407 if (CanResultTy.getQualifiers().hasObjCLifetime()) {
/external/clang/lib/CodeGen/
H A DCGClass.cpp785 if (Qual.hasVolatile() || Qual.hasObjCLifetime())

Completed in 251 milliseconds