================
@@ -4549,6 +4549,10 @@ class PackIndexingExpr final
bool isFullySubstituted() const { return FullySubstituted; }
+ bool isPartiallySubstituted() const {
----------------
zyn0217 wrote:
Please document the difference with FullySubstituted
https://github.com/llvm/llvm-project/pull/139276