Home | History | Annotate | Download | only in Sema

Lines Matching refs:lhq

5156   Qualifiers lhq, rhq;
5157 llvm::tie(lhptee, lhq) = cast<PointerType>(LHSType)->getPointeeType().split();
5168 if (lhq.getObjCLifetime() != rhq.getObjCLifetime() &&
5169 lhq.compatiblyIncludesObjCLifetime(rhq)) {
5171 lhq.removeObjCLifetime();
5175 if (!lhq.compatiblyIncludes(rhq)) {
5177 if (lhq.getAddressSpace() != rhq.getAddressSpace())
5182 else if (lhq.withoutObjCGCAttr().withoutObjCLifetime()
5189 else if (lhq.getObjCLifetime() != rhq.getObjCLifetime())
9325 Qualifiers lhq = SrcType->getPointeeType().getQualifiers();
9327 if (lhq.getAddressSpace() != rhq.getAddressSpace()) {
9332 } else if (lhq.getObjCLifetime() != rhq.getObjCLifetime()) {