Home | History | Annotate | Download | only in Sema

Lines Matching refs:getObjCGCAttr

2826     if (FromQuals.getObjCGCAttr() != ToQuals.getObjCGCAttr() &&
8275 if (FromQs.getObjCGCAttr() != ToQs.getObjCGCAttr()) {
8280 << FromQs.getObjCGCAttr() << ToQs.getObjCGCAttr()