Lines Matching refs:DY
13421 [[maybe_unused]] const auto *DY = cast<DecltypeType>(Y); in getCommonNonSugarTypeNode() local
13423 assert(DY->isDependentType()); in getCommonNonSugarTypeNode()
13424 assert(Ctx.hasSameExpr(DX->getUnderlyingExpr(), DY->getUnderlyingExpr())); in getCommonNonSugarTypeNode()
13430 [[maybe_unused]] const auto *DY = cast<PackIndexingType>(Y); in getCommonNonSugarTypeNode() local
13432 assert(DY->isDependentType()); in getCommonNonSugarTypeNode()
13433 assert(Ctx.hasSameExpr(DX->getIndexExpr(), DY->getIndexExpr())); in getCommonNonSugarTypeNode()
13546 const auto *DX = cast<DecayedType>(X), *DY = cast<DecayedType>(Y); in getCommonSugarTypeNode()
13547 QualType OX = DX->getOriginalType(), OY = DY->getOriginalType(); in getCommonSugarTypeNode()
13699 *DY = cast<CountAttributedType>(Y); in getCommonSugarTypeNode()
13700 if (DX->isCountInBytes() != DY->isCountInBytes()) in getCommonSugarTypeNode()
13702 if (DX->isOrNull() != DY->isOrNull()) in getCommonSugarTypeNode()
13705 Expr *CEY = DY->getCountExpr(); in getCommonSugarTypeNode()