Home | History | Annotate | Download | only in Sema

Lines Matching refs:lhq

5343   Qualifiers lhq, rhq;
5344 llvm::tie(lhptee, lhq) = cast<PointerType>(LHSType)->getPointeeType().split();
5355 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
5356 lhq.compatiblyIncludesObjCLifetime(rhq)) {
5358 lhq.removeObjCLifetime();
5362 if (!lhq.compatiblyIncludes(rhq)) {
5364 if (lhq.getAddressSpace() != rhq.getAddressSpace())
5369 else if (lhq.withoutObjCGCAttr().withoutObjCLifetime()
5376 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
9700 Qualifiers lhq = SrcType->getPointeeType().getQualifiers();
9702 if (lhq.getAddressSpace() != rhq.getAddressSpace()) {
9707 } else if (lhq.getObjCLifetime() != rhq.getObjCLifetime()) {