Home | History | Annotate | Download | only in Sema

Lines Matching refs:lhq

6705   Qualifiers lhq, rhq;
6706 std::tie(lhptee, lhq) =
6718 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
6719 lhq.compatiblyIncludesObjCLifetime(rhq)) {
6721 lhq.removeObjCLifetime();
6725 if (!lhq.compatiblyIncludes(rhq)) {
6727 if (!lhq.isAddressSpaceSupersetOf(rhq))
6732 else if (lhq.withoutObjCGCAttr().withoutObjCLifetime()
6739 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
11910 Qualifiers lhq = SrcType->getPointeeType().getQualifiers();
11912 if (lhq.getAddressSpace() != rhq.getAddressSpace()) {
11917 } else if (lhq.getObjCLifetime() != rhq.getObjCLifetime()) {