clang 20.0.0git
Classes | Namespaces
StmtSYCL.h File Reference

This file defines SYCL AST classes used to represent calls to SYCL kernels. More...

#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Stmt.h"
#include "clang/Basic/SourceLocation.h"

Go to the source code of this file.

Classes

class  clang::SYCLKernelCallStmt
 SYCLKernelCallStmt represents the transformation that is applied to the body of a function declared with the sycl_kernel_entry_point attribute. More...
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 

Detailed Description

This file defines SYCL AST classes used to represent calls to SYCL kernels.

Definition in file StmtSYCL.h.