13#ifndef LLVM_CLANG_AST_SYCLKERNELINFO_H
14#define LLVM_CLANG_AST_SYCLKERNELINFO_H
26 : KernelNameType(KernelNameType),
27 KernelEntryPointDecl(KernelEntryPointDecl) {}
32 return KernelEntryPointDecl;
C Language Family Type Representation.
Represents a function declaration or definition.
CanQualType getKernelNameType() const
const FunctionDecl * getKernelEntryPointDecl() const
SYCLKernelInfo(CanQualType KernelNameType, const FunctionDecl *KernelEntryPointDecl)
The JSON file list parser is used to communicate input to InstallAPI.