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