Home | History | Annotate | Download | only in AST

Lines Matching defs:GC

116 /// * Objective C: the GC attributes (none, weak, or strong)
126 enum GC {
287 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); }
288 void setObjCGCAttr(GC type) {
292 void addObjCGCAttr(GC type) {
447 // ObjC GC qualifiers can match, be added, or be removed, but can't
995 /// Returns gc attribute of this type.
996 inline Qualifiers::GC getObjCGCAttr() const;
1172 /// Objective-C GC attributes) are much more rare.
1208 Qualifiers::GC getObjCGCAttr() const { return Quals.getObjCGCAttr(); }
1811 /// purpose of GC'ability
5382 /// Return the gc attribute of this type.
5383 inline Qualifiers::GC QualType::getObjCGCAttr() const {