Lines Matching defs:DX
12889 for (const Decl *DX : X->redecls()) {
12891 if (DX == Y)
12894 if (DX->isFirstDecl())
13420 const auto *DX = cast<DecltypeType>(X);
13422 assert(DX->isDependentType());
13424 assert(Ctx.hasSameExpr(DX->getUnderlyingExpr(), DY->getUnderlyingExpr()));
13426 return QualType(DX, 0);
13429 const auto *DX = cast<PackIndexingType>(X);
13431 assert(DX->isDependentType());
13433 assert(Ctx.hasSameExpr(DX->getIndexExpr(), DY->getIndexExpr()));
13434 return QualType(DX, 0);
13546 const auto *DX = cast<DecayedType>(X), *DY = cast<DecayedType>(Y);
13547 QualType OX = DX->getOriginalType(), OY = DY->getOriginalType();
13698 const auto *DX = cast<CountAttributedType>(X),
13700 if (DX->isCountInBytes() != DY->isCountInBytes())
13702 if (DX->isOrNull() != DY->isOrNull())
13704 Expr *CEX = DX->getCountExpr();
13706 llvm::ArrayRef<clang::TypeCoupledDeclRefInfo> CDX = DX->getCoupledDecls();
13709 DX->isCountInBytes(), DX->isOrNull(),
13720 DX->isCountInBytes(), DX->isOrNull(),