[NFC][clang] change remaining context-dependent type nodes to ContextualFoldingSet (#67751)
With this change, we are avoiding storing one pointer per Type Node instance, for the cost of one extra pointer per ASTContext, which is negligible. After we introduced `ContextualFoldingSet` a long time ago, we never went back and updated these existing users. This patch corrects that.
Loading
Please sign in to comment