================
@@ -1770,6 +1770,10 @@ class ASTContext : public RefCountedBase<ASTContext> {
   QualType getDeducedTemplateSpecializationType(TemplateName Template,
                                                 QualType DeducedType,
                                                 bool IsDependent) const;
+  QualType getDeducedTemplateSpecializationTypeInternal(TemplateName Template,
----------------
ChuanqiXu9 wrote:

Given it is called `*Internal`, it might be better to give it a private access.

https://github.com/llvm/llvm-project/pull/95202
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to