Lines Matching defs:SY
14052 *SY = cast<SubstTemplateTypeParmType>(Y);
14054 ::getCommonDecl(SX->getAssociatedDecl(), SY->getAssociatedDecl());
14058 if (Index != SY->getIndex())
14061 if (PackIndex != SY->getPackIndex())
14184 SplitQualType SX = X.split(), SY = Y.split();
14186 // Desugar SX and SY, setting the sugar and qualifiers aside into Xs and Ys,
14190 auto Xs = ::unwrapSugar(SX, QX), Ys = ::unwrapSugar(SY, QY);
14191 if (SX.Ty != SY.Ty) {
14195 ::getCommonNonSugarTypeNode(*this, SX.Ty, QX, SY.Ty, QY).getTypePtr();
14201 QY -= SY.Quals;
14203 SY = Ys.pop_back_val();
14215 SX.Ty, Qualifiers::removeCommonQualifiers(SX.Quals, SY.Quals));
14217 SY = Ys.pop_back_val();
14218 SX.Ty = ::getCommonSugarTypeNode(*this, SX.Ty, SY.Ty, Underlying)