Searched refs:LQuals (Results 1 – 1 of 1) sorted by relevance
7545 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local7547 if (LQuals != RQuals) { in mergeTypes()7550 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()7551 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()7552 LQuals.getObjCLifetime() != RQuals.getObjCLifetime()) in mergeTypes()7560 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()7847 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local7849 if (LQuals != RQuals) { in mergeObjCGCQualifiers()7851 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeObjCGCQualifiers()7852 LQuals.getAddressSpace() != RQuals.getAddressSpace()) in mergeObjCGCQualifiers()[all …]