Home | History | Annotate | Download | only in AST

Lines Matching refs:GC

2198                                        Qualifiers::GC GCAttr) const {
5377 /// kPropertyStrong = 'P' // property GC'able
6718 Qualifiers::GC ASTContext::getObjCGCAttrKind(QualType Ty) const {
6723 Qualifiers::GC GCAttrs = Ty.getObjCGCAttr();
6725 // Default behaviour under objective-C's gc is for ObjC pointers
6734 // It's not valid to set GC attributes on anything that isn't a
7670 // Exactly one GC qualifier difference is allowed: __strong is
7671 // okay if the other type has no GC qualifier but is an Objective
7675 Qualifiers::GC GC_L = LQuals.getObjCGCAttr();
7676 Qualifiers::GC GC_R = RQuals.getObjCGCAttr();
7953 /// mergeObjCGCQualifiers - This routine merges ObjC's GC attribute of 'LHS' and
7997 // Exactly one GC qualifier difference is allowed: __strong is
7998 // okay if the other type has no GC qualifier but is an Objective
8002 Qualifiers::GC GC_L = LQuals.getObjCGCAttr();
8003 Qualifiers::GC GC_R = RQuals.getObjCGCAttr();