clang API Documentation

Public Member Functions | Static Public Member Functions
clang::CUDAKernelCallExpr Class Reference

Represents a call to a CUDA kernel function. More...

#include <ExprCXX.h>

Inheritance diagram for clang::CUDAKernelCallExpr:
Inheritance graph
[legend]
Collaboration diagram for clang::CUDAKernelCallExpr:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CUDAKernelCallExpr (ASTContext &C, Expr *fn, CallExpr *Config, ArrayRef< Expr * > args, QualType t, ExprValueKind VK, SourceLocation RP)
 CUDAKernelCallExpr (ASTContext &C, EmptyShell Empty)
const CallExprgetConfig () const
CallExprgetConfig ()
void setConfig (CallExpr *E)

Static Public Member Functions

static bool classof (const Stmt *T)

Detailed Description

Represents a call to a CUDA kernel function.

Definition at line 148 of file ExprCXX.h.


Constructor & Destructor Documentation

clang::CUDAKernelCallExpr::CUDAKernelCallExpr ( ASTContext C,
Expr fn,
CallExpr Config,
ArrayRef< Expr * >  args,
QualType  t,
ExprValueKind  VK,
SourceLocation  RP 
) [inline]

Definition at line 153 of file ExprCXX.h.

References setConfig().

Definition at line 160 of file ExprCXX.h.


Member Function Documentation

static bool clang::CUDAKernelCallExpr::classof ( const Stmt T) [inline, static]

Reimplemented from clang::CallExpr.

Definition at line 169 of file ExprCXX.h.

References clang::Stmt::getStmtClass().

Definition at line 166 of file ExprCXX.h.

References clang::CallExpr::getPreArg().

Definition at line 167 of file ExprCXX.h.

References clang::CallExpr::setPreArg().

Referenced by CUDAKernelCallExpr().


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