clang 22.0.0git
clang::SYCLKernelInfo Class Reference

#include "clang/AST/SYCLKernelInfo.h"

Public Member Functions

 SYCLKernelInfo (CanQualType KernelNameType, const FunctionDecl *KernelEntryPointDecl, const std::string &KernelName)
CanQualType getKernelNameType () const
const FunctionDeclgetKernelEntryPointDecl () const
const std::string & GetKernelName () const

Detailed Description

Definition at line 22 of file SYCLKernelInfo.h.

Constructor & Destructor Documentation

◆ SYCLKernelInfo()

clang::SYCLKernelInfo::SYCLKernelInfo ( CanQualType KernelNameType,
const FunctionDecl * KernelEntryPointDecl,
const std::string & KernelName )
inline

Definition at line 24 of file SYCLKernelInfo.h.

Member Function Documentation

◆ getKernelEntryPointDecl()

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

◆ GetKernelName()

const std::string & clang::SYCLKernelInfo::GetKernelName ( ) const
inline

Definition at line 36 of file SYCLKernelInfo.h.

◆ getKernelNameType()

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

Definition at line 30 of file SYCLKernelInfo.h.


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