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

  /external/clang/include/clang/AST/
Type.h 246 bool hasObjCLifetime() const { return Mask & LifetimeMask; }
256 assert(!hasObjCLifetime());
330 if (Q.hasObjCLifetime())
343 !hasObjCLifetime() || !qs.hasObjCLifetime());
    [all...]
  /external/clang/lib/AST/
Type.cpp 42 (hasObjCLifetime() && !Other.hasObjCLifetime()));
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaInit.cpp     [all...]
TreeTransform.h     [all...]

Completed in 39 milliseconds