Home | History | Annotate | Download | only in AST

Lines Matching refs:hasObjCGCAttr

287   bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
407 if (Q.hasObjCGCAttr())
437 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
467 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
468 !other.hasObjCGCAttr()) &&
1229 bool hasObjCGCAttr() const { return Quals.hasObjCGCAttr(); }