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 286 bool hasObjCLifetime() const { return Mask & LifetimeMask; }
296 assert(!hasObjCLifetime());
370 if (Q.hasObjCLifetime())
400 !hasObjCLifetime() || !qs.hasObjCLifetime());
    [all...]
ASTContext.h     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 248 if (CanResultTy.getQualifiers().hasObjCLifetime()) {
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaObjCProperty.cpp 653 if (split.Quals.hasObjCLifetime()) {
    [all...]
SemaDeclObjC.cpp 301 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/CodeGen/
CGClass.cpp 755 if (Qual.hasVolatile() || Qual.hasObjCLifetime())
    [all...]

Completed in 193 milliseconds