Home | History | Annotate | Download | only in AST

Lines Matching refs:GC

1435                                        Qualifiers::GC GCAttr) const {
4212 /// kPropertyStrong = 'P' // property GC'able
5127 Qualifiers::GC ASTContext::getObjCGCAttrKind(QualType Ty) const {
5132 Qualifiers::GC GCAttrs = Ty.getObjCGCAttr();
5134 // Default behaviour under objective-C's gc is for ObjC pointers
5143 // It's not valid to set GC attributes on anything that isn't a
5880 // Exactly one GC qualifier difference is allowed: __strong is
5881 // okay if the other type has no GC qualifier but is an Objective
5885 Qualifiers::GC GC_L = LQuals.getObjCGCAttr();
5886 Qualifiers::GC GC_R = RQuals.getObjCGCAttr();
6143 /// mergeObjCGCQualifiers - This routine merges ObjC's GC attribute of 'LHS' and
6188 // Exactly one GC qualifier difference is allowed: __strong is
6189 // okay if the other type has no GC qualifier but is an Objective
6193 Qualifiers::GC GC_L = LQuals.getObjCGCAttr();
6194 Qualifiers::GC GC_R = RQuals.getObjCGCAttr();