reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2909 if (auto *CE = dyn_cast<CastExpr>(E)) { 2914 Ctx.hasSameUnqualifiedType(E->getType(), SubExpr->getType()); 2916 (E->getType()->isPointerType() || E->getType()->isIntegralType(Ctx)) && 2916 (E->getType()->isPointerType() || E->getType()->isIntegralType(Ctx)) && 2919 (Ctx.getTypeSize(E->getType()) == Ctx.getTypeSize(SubExpr->getType())); 2925 else if (auto *NTTP = dyn_cast<SubstNonTypeTemplateParmExpr>(E)) 2928 return E;