Lines Matching defs:QX
13042 Qualifiers &QX, const T *Y,
13048 QX += EX.getQualifiers() - RQ;
13163 Qualifiers &QX, const Type *Y,
13216 getCommonArrayElementType(Ctx, AX, QX, AY, QY),
13223 getCommonArrayElementType(Ctx, AX, QX, AY, QY),
13238 getCommonArrayElementType(Ctx, AX, QX, AY, QY), AX->getSize(), SizeExpr,
13249 getCommonArrayElementType(Ctx, AX, QX, AY, QY), AX->getSize(), SizeExpr,
13260 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY));
13753 Qualifiers QX, QY;
13757 // QX and QY will store the sum of all qualifiers in Xs and Ys respectively.
13758 auto Xs = ::unwrapSugar(SX, QX), Ys = ::unwrapSugar(SY, QY);
13763 ::getCommonNonSugarTypeNode(*this, SX.Ty, QX, SY.Ty, QY).getTypePtr();
13768 QX -= SX.Quals;
13775 QX = Qualifiers::removeCommonQualifiers(QX, QY);
13777 assert(QX == QY);
13793 QX -= Underlying.Quals;
13798 QualType R = getQualifiedType(SX.Ty, QX);