HomeSort by relevance Sort by last modified time
    Searched defs:hasObjCGCAttr (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
Type.h 286 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
389 if (Q.hasObjCGCAttr())
419 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
449 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
450 !other.hasObjCGCAttr()) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 287 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
404 if (Q.hasObjCGCAttr())
434 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
464 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
465 !other.hasObjCGCAttr()) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 287 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
404 if (Q.hasObjCGCAttr())
434 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
464 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
465 !other.hasObjCGCAttr()) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 287 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
404 if (Q.hasObjCGCAttr())
434 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
464 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
465 !other.hasObjCGCAttr()) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 287 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
404 if (Q.hasObjCGCAttr())
434 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
464 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
465 !other.hasObjCGCAttr()) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 287 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
404 if (Q.hasObjCGCAttr())
434 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
464 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
465 !other.hasObjCGCAttr()) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 287 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
404 if (Q.hasObjCGCAttr())
434 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
464 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
465 !other.hasObjCGCAttr()) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 287 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
404 if (Q.hasObjCGCAttr())
434 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
464 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
465 !other.hasObjCGCAttr()) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 287 bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
404 if (Q.hasObjCGCAttr())
434 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
464 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
465 !other.hasObjCGCAttr()) &&
    [all...]

Completed in 211 milliseconds