clang 20.0.0git
Public Member Functions | List of all members
clang::SYCLKernelInfo Class Reference

#include "clang/AST/SYCLKernelInfo.h"

Public Member Functions

 SYCLKernelInfo (CanQualType KernelNameType, const FunctionDecl *KernelEntryPointDecl)
 
CanQualType getKernelNameType () const
 
const FunctionDeclgetKernelEntryPointDecl () const
 

Detailed Description

Definition at line 22 of file SYCLKernelInfo.h.

Constructor & Destructor Documentation

◆ SYCLKernelInfo()

clang::SYCLKernelInfo::SYCLKernelInfo ( CanQualType  KernelNameType,
const FunctionDecl KernelEntryPointDecl 
)
inline

Definition at line 24 of file SYCLKernelInfo.h.

Member Function Documentation

◆ getKernelEntryPointDecl()

const FunctionDecl * clang::SYCLKernelInfo::getKernelEntryPointDecl ( ) const
inline

Definition at line 31 of file SYCLKernelInfo.h.

◆ getKernelNameType()

CanQualType clang::SYCLKernelInfo::getKernelNameType ( ) const
inline

Definition at line 29 of file SYCLKernelInfo.h.


The documentation for this class was generated from the following file: