Searched refs:LQuals (Results 1 – 1 of 1) sorted by relevance
7048 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local7050 if (LQuals != RQuals) { in mergeTypes()7053 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()7054 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()7055 LQuals.getObjCLifetime() != RQuals.getObjCLifetime()) in mergeTypes()7063 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()7350 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local7352 if (LQuals != RQuals) { in mergeObjCGCQualifiers()7354 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeObjCGCQualifiers()7355 LQuals.getAddressSpace() != RQuals.getAddressSpace()) in mergeObjCGCQualifiers()[all …]