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

  /external/clang/include/clang/AST/
Type.h 289 bool hasObjCLifetime() const { return Mask & LifetimeMask; }
299 assert(!hasObjCLifetime());
373 if (Q.hasObjCLifetime())
403 !hasObjCLifetime() || !qs.hasObjCLifetime());
    [all...]
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaObjCProperty.cpp 728 if (split.Quals.hasObjCLifetime()) {
    [all...]
SemaDeclObjC.cpp 296 return !T.getLocalQualifiers().hasObjCLifetime();
    [all...]
SemaInit.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
Type.cpp 44 (hasObjCLifetime() && !Other.hasObjCLifetime()));
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 509 if (CanResultTy.getQualifiers().hasObjCLifetime()) {
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGClass.cpp     [all...]

Completed in 76 milliseconds