Lines Matching defs:lhq
8943 Qualifiers lhq, rhq;
8944 std::tie(lhptee, lhq) =
8956 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
8957 lhq.compatiblyIncludesObjCLifetime(rhq)) {
8959 lhq.removeObjCLifetime();
8963 if (!lhq.compatiblyIncludes(rhq, S.getASTContext())) {
8965 if (!lhq.isAddressSpaceSupersetOf(rhq, S.getASTContext()))
8970 else if (lhq.withoutObjCGCAttr().withoutObjCLifetime().compatiblyIncludes(
8977 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
9046 std::tie(lhptee, lhq) =
9059 if (lhq.getAddressSpace() != rhq.getAddressSpace())
16943 Qualifiers lhq = SrcType->getPointeeType().getQualifiers();
16945 if (lhq.getAddressSpace() != rhq.getAddressSpace()) {
16948 } else if (lhq.getObjCLifetime() != rhq.getObjCLifetime()) {