Lines Matching defs:DX
13314 for (const Decl *DX : X->redecls()) {
13316 if (DX == Y)
13319 if (DX->isFirstDecl())
13849 const auto *DX = cast<DecltypeType>(X);
13851 assert(DX->isDependentType());
13853 assert(Ctx.hasSameExpr(DX->getUnderlyingExpr(), DY->getUnderlyingExpr()));
13855 return QualType(DX, 0);
13858 const auto *DX = cast<PackIndexingType>(X);
13860 assert(DX->isDependentType());
13862 assert(Ctx.hasSameExpr(DX->getIndexExpr(), DY->getIndexExpr()));
13863 return QualType(DX, 0);
13976 const auto *DX = cast<DecayedType>(X), *DY = cast<DecayedType>(Y);
13977 QualType OX = DX->getOriginalType(), OY = DY->getOriginalType();
14130 const auto *DX = cast<CountAttributedType>(X),
14132 if (DX->isCountInBytes() != DY->isCountInBytes())
14134 if (DX->isOrNull() != DY->isOrNull())
14136 Expr *CEX = DX->getCountExpr();
14138 llvm::ArrayRef<clang::TypeCoupledDeclRefInfo> CDX = DX->getCoupledDecls();
14141 DX->isCountInBytes(), DX->isOrNull(),
14152 DX->isCountInBytes(), DX->isOrNull(),