Home
last modified time | relevance | path

Searched refs:KernelEntryPointFn (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenSYCL.cpp28 void CodeGenModule::EmitSYCLKernelCaller(const FunctionDecl *KernelEntryPointFn, in EmitSYCLKernelCaller() argument
35 KernelEntryPointFn->getAttr<SYCLKernelEntryPointAttr>(); in EmitSYCLKernelCaller()
42 cast<SYCLKernelCallStmt>(KernelEntryPointFn->getBody()); in EmitSYCLKernelCaller()
H A DCodeGenModule.h1989 void EmitSYCLKernelCaller(const FunctionDecl *KernelEntryPointFn,