clang 22.0.0git
clang::OMPDeviceClause Class Reference

This represents 'device' clause in the '#pragma omp ...' directive. More...

#include "clang/AST/OpenMPClause.h"

Inheritance diagram for clang::OMPDeviceClause:
[legend]

Public Member Functions

 OMPDeviceClause (OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ModifierLoc, SourceLocation EndLoc)
 Build 'device' clause.
 OMPDeviceClause ()
 Build an empty clause.
void setLParenLoc (SourceLocation Loc)
 Sets the location of '('.
SourceLocation getLParenLoc () const
 Returns the location of '('.
ExprgetDevice ()
 Return device number.
ExprgetDevice () const
 Return device number.
OpenMPDeviceClauseModifier getModifier () const
 Gets modifier.
SourceLocation getModifierLoc () const
 Gets modifier location.
child_range children ()
const_child_range children () const
child_range used_children ()
const_child_range used_children () const
Public Member Functions inherited from clang::OMPClause
SourceLocation getBeginLoc () const
 Returns the starting location of the clause.
SourceLocation getEndLoc () const
 Returns the ending location of the clause.
void setLocStart (SourceLocation Loc)
 Sets the starting location of the clause.
void setLocEnd (SourceLocation Loc)
 Sets the ending location of the clause.
OpenMPClauseKind getClauseKind () const
 Returns kind of OpenMP clause (private, shared, reduction, etc.).
bool isImplicit () const
child_range children ()
const_child_range children () const
child_range used_children ()
 Get the iterator range for the expressions used in the clauses.
const_child_range used_children () const
Public Member Functions inherited from clang::OMPClauseWithPreInit
const StmtgetPreInitStmt () const
 Get pre-initialization statement for the clause.
StmtgetPreInitStmt ()
 Get pre-initialization statement for the clause.
OpenMPDirectiveKind getCaptureRegion () const
 Get capture region for the stmt in the clause.

Static Public Member Functions

static bool classof (const OMPClause *T)
Static Public Member Functions inherited from clang::OMPClause
static bool classof (const OMPClause *)
Static Public Member Functions inherited from clang::OMPClauseWithPreInit
static OMPClauseWithPreInitget (OMPClause *C)
static const OMPClauseWithPreInitget (const OMPClause *C)

Friends

class OMPClauseReader

Additional Inherited Members

Public Types inherited from clang::OMPClause
using child_iterator = StmtIterator
using const_child_iterator = ConstStmtIterator
using child_range = llvm::iterator_range<child_iterator>
using const_child_range = llvm::iterator_range<const_child_iterator>
Protected Member Functions inherited from clang::OMPClause
 OMPClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc)
Protected Member Functions inherited from clang::OMPClauseWithPreInit
 OMPClauseWithPreInit (const OMPClause *This)
void setPreInitStmt (Stmt *S, OpenMPDirectiveKind ThisRegion=llvm::omp::OMPD_unknown)
 Set pre-initialization statement for the clause.

Detailed Description

This represents 'device' clause in the '#pragma omp ...' directive.

#pragma omp target device(a)

In this example directive '#pragma omp target' has clause 'device' with single expression 'a'.

Definition at line 5629 of file OpenMPClause.h.

Constructor & Destructor Documentation

◆ OMPDeviceClause() [1/2]

clang::OMPDeviceClause::OMPDeviceClause ( OpenMPDeviceClauseModifier Modifier,
Expr * E,
Stmt * HelperE,
OpenMPDirectiveKind CaptureRegion,
SourceLocation StartLoc,
SourceLocation LParenLoc,
SourceLocation ModifierLoc,
SourceLocation EndLoc )
inline

Build 'device' clause.

Parameters
ModifierClause modifier.
EExpression associated with this clause.
CaptureRegionInnermost OpenMP region where expressions in this clause must be captured.
StartLocStarting location of the clause.
ModifierLocModifier location.
LParenLocLocation of '('.
EndLocEnding location of the clause.

Definition at line 5666 of file OpenMPClause.h.

References clang::OMPClause::OMPClause(), clang::OMPClauseWithPreInit::OMPClauseWithPreInit(), and clang::OMPClauseWithPreInit::setPreInitStmt().

◆ OMPDeviceClause() [2/2]

clang::OMPDeviceClause::OMPDeviceClause ( )
inline

Build an empty clause.

Definition at line 5677 of file OpenMPClause.h.

References clang::OMPClause::OMPClause(), and clang::OMPClauseWithPreInit::OMPClauseWithPreInit().

Member Function Documentation

◆ children() [1/2]

child_range clang::OMPDeviceClause::children ( )
inline

Definition at line 5699 of file OpenMPClause.h.

◆ children() [2/2]

const_child_range clang::OMPDeviceClause::children ( ) const
inline

Definition at line 5701 of file OpenMPClause.h.

◆ classof()

bool clang::OMPDeviceClause::classof ( const OMPClause * T)
inlinestatic

Definition at line 5712 of file OpenMPClause.h.

References clang::OMPClause::OMPClause(), and clang::T.

◆ getDevice() [1/2]

Expr * clang::OMPDeviceClause::getDevice ( )
inline

Return device number.

Definition at line 5688 of file OpenMPClause.h.

References clang::cast().

◆ getDevice() [2/2]

Expr * clang::OMPDeviceClause::getDevice ( ) const
inline

Return device number.

Definition at line 5691 of file OpenMPClause.h.

References clang::cast().

◆ getLParenLoc()

SourceLocation clang::OMPDeviceClause::getLParenLoc ( ) const
inline

Returns the location of '('.

Definition at line 5685 of file OpenMPClause.h.

◆ getModifier()

OpenMPDeviceClauseModifier clang::OMPDeviceClause::getModifier ( ) const
inline

Gets modifier.

Definition at line 5694 of file OpenMPClause.h.

◆ getModifierLoc()

SourceLocation clang::OMPDeviceClause::getModifierLoc ( ) const
inline

Gets modifier location.

Definition at line 5697 of file OpenMPClause.h.

◆ setLParenLoc()

void clang::OMPDeviceClause::setLParenLoc ( SourceLocation Loc)
inline

Sets the location of '('.

Definition at line 5682 of file OpenMPClause.h.

◆ used_children() [1/2]

child_range clang::OMPDeviceClause::used_children ( )
inline

Definition at line 5705 of file OpenMPClause.h.

◆ used_children() [2/2]

const_child_range clang::OMPDeviceClause::used_children ( ) const
inline

Definition at line 5708 of file OpenMPClause.h.

◆ OMPClauseReader

friend class OMPClauseReader
friend

Definition at line 5630 of file OpenMPClause.h.

References clang::OMPC_DEVICE_unknown, and OMPClauseReader.

Referenced by OMPClauseReader.


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