Home | History | Annotate | Download | only in AST

Lines Matching refs:hasObjCGCAttr

283   bool hasObjCGCAttr() const { return Mask & GCAttrMask; }
405 if (Q.hasObjCGCAttr())
435 !hasObjCGCAttr() || !qs.hasObjCGCAttr());
465 (getObjCGCAttr() == other.getObjCGCAttr() || !hasObjCGCAttr() ||
466 !other.hasObjCGCAttr()) &&
1226 bool hasObjCGCAttr() const { return Quals.hasObjCGCAttr(); }