Searched refs:LQuals (Results 1 – 1 of 1) sorted by relevance
7471 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local7473 if (LQuals != RQuals) { in mergeTypes()7476 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()7477 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()7478 LQuals.getObjCLifetime() != RQuals.getObjCLifetime()) in mergeTypes()7486 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()7773 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local7775 if (LQuals != RQuals) { in mergeObjCGCQualifiers()7777 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeObjCGCQualifiers()7778 LQuals.getAddressSpace() != RQuals.getAddressSpace()) in mergeObjCGCQualifiers()[all …]