================ @@ -5697,6 +5698,39 @@ QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { return QualType(dt, 0); } +QualType ASTContext::getPackIndexingType(QualType Pattern, Expr *IndexExpr, + bool FullyExpanded, + ArrayRef<QualType> Expansions, + int Index) const { + QualType Canonical; + if (FullyExpanded && Index != -1) { ---------------- erichkeane wrote:
Yeah, I think 'partially substituted' or 'fully substituted' means what we want here. https://github.com/llvm/llvm-project/pull/72644 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits