[SYCL] Print default arguments of templates when printing kernel names for lambdas/functors in integration header (#22339)
This PR enables the printing of all default arguments of template
specializations in the integration header when used in the kernel names
of functors/lambdas. The printing happens unconditionally, regardless of
whether the default argument is specified in the source code or not.
---------
Co-authored-by: Klochkov, Denis <denis.klochkov@intel.com>