Home | History | Annotate | Download | only in AST

Lines Matching refs:GCAttrShift

284   GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); }
286 Mask = (Mask & ~GCAttrMask) | (type << GCAttrShift);
547 static const uint32_t GCAttrShift = 4;