================
@@ -2696,6 +2699,8 @@ class alignas(TypeAlignment) Type : public 
ExtQualsTypeCommonBase {
     return static_cast<TypeDependence>(TypeBits.Dependence);
   }
 
+  const TemplateDecl *getSpecializedTemplateDecl() const;
----------------
cor3ntin wrote:

Does that need to be in the header? (the implementation only work for type, 
it's not exactly generic)

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

Reply via email to