================ @@ -14296,6 +14296,29 @@ void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, } } +static SYCLKernelInfo BuildSYCLKernelInfo(CanQualType KernelNameType, ---------------- erichkeane wrote: Got it, thanks! https://github.com/llvm/llvm-project/pull/111389