HomeSort by relevance Sort by last modified time
    Searched refs:hasObjCLifetime (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/AST/
Type.h 285 bool hasObjCLifetime() const { return Mask & LifetimeMask; }
295 assert(!hasObjCLifetime());
369 if (Q.hasObjCLifetime())
399 !hasObjCLifetime() || !qs.hasObjCLifetime());
    [all...]
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaObjCProperty.cpp 671 if (split.Quals.hasObjCLifetime()) {
    [all...]
SemaDeclObjC.cpp 300 return !T.getLocalQualifiers().hasObjCLifetime();
    [all...]
SemaInit.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
Type.cpp 43 (hasObjCLifetime() && !Other.hasObjCLifetime()));
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 407 if (CanResultTy.getQualifiers().hasObjCLifetime()) {
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 785 if (Qual.hasVolatile() || Qual.hasObjCLifetime())
    [all...]

Completed in 183 milliseconds