Lines Matching refs:QY
13043 Qualifiers &QY) { in getCommonArrayElementType() argument
13049 QY += EY.getQualifiers() - RQ; in getCommonArrayElementType()
13164 Qualifiers &QY) { 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()
13769 QY -= SY.Quals; in getCommonSugaredType()
13775 QX = Qualifiers::removeCommonQualifiers(QX, QY); in getCommonSugaredType()
13777 assert(QX == QY); in getCommonSugaredType()