Searched refs:LQuals (Results 1 – 1 of 1) sorted by relevance
6472 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local6474 if (LQuals != RQuals) { in mergeTypes()6477 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()6478 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()6479 LQuals.getObjCLifetime() != RQuals.getObjCLifetime()) in mergeTypes()6487 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()6782 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local6784 if (LQuals != RQuals) { in mergeObjCGCQualifiers()6786 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeObjCGCQualifiers()6787 LQuals.getAddressSpace() != RQuals.getAddressSpace()) in mergeObjCGCQualifiers()[all …]