Lines Matching defs:lhq
8851 Qualifiers lhq, rhq;
8852 std::tie(lhptee, lhq) =
8864 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
8865 lhq.compatiblyIncludesObjCLifetime(rhq)) {
8867 lhq.removeObjCLifetime();
8871 if (!lhq.compatiblyIncludes(rhq)) {
8873 if (!lhq.isAddressSpaceSupersetOf(rhq))
8878 else if (lhq.withoutObjCGCAttr().withoutObjCLifetime()
8885 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
8954 std::tie(lhptee, lhq) =
8967 if (lhq.getAddressSpace() != rhq.getAddressSpace())
16696 Qualifiers lhq = SrcType->getPointeeType().getQualifiers();
16698 if (lhq.getAddressSpace() != rhq.getAddressSpace()) {
16701 } else if (lhq.getObjCLifetime() != rhq.getObjCLifetime()) {