Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:GCAttr

2134     Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), type);
2136 if (GCAttr == Qualifiers::Strong) {
4743 Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), fieldType);
4746 if ((ForStrongLayout && GCAttr == Qualifiers::Strong)
4747 || (!ForStrongLayout && GCAttr == Qualifiers::Weak)) {