clang
9.0.0
|
This represents 'dist_schedule' clause in the '#pragma omp ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
OMPDistScheduleClause (SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KLoc, SourceLocation CommaLoc, SourceLocation EndLoc, OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, Stmt *HelperChunkSize) | |
Build 'dist_schedule' clause with schedule kind Kind and chunk size expression ChunkSize. More... | |
OMPDistScheduleClause () | |
Build an empty clause. More... | |
OpenMPDistScheduleClauseKind | getDistScheduleKind () const |
Get kind of the clause. More... | |
SourceLocation | getLParenLoc () |
Get location of '('. More... | |
SourceLocation | getDistScheduleKindLoc () |
Get kind location. More... | |
SourceLocation | getCommaLoc () |
Get location of ','. More... | |
Expr * | getChunkSize () |
Get chunk size. More... | |
const Expr * | getChunkSize () const |
Get chunk size. More... | |
child_range | children () |
const_child_range | children () const |
child_range | used_children () |
const_child_range | used_children () const |
Static Public Member Functions | |
static bool | classof (const OMPClause *T) |
Friends | |
class | OMPClauseReader |
This represents 'dist_schedule' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp distribute' has 'dist_schedule' clause with arguments 'static' and '3'.
Definition at line 5460 of file OpenMPClause.h.
|
inline |
Build 'dist_schedule' clause with schedule kind Kind and chunk size expression ChunkSize.
StartLoc | Starting location of the clause. |
LParenLoc | Location of '('. |
KLoc | Starting location of the argument. |
CommaLoc | Location of ','. |
EndLoc | Ending location of the clause. |
Kind | DistSchedule kind. |
ChunkSize | Chunk size. |
HelperChunkSize | Helper chunk size for combined directives. |
Definition at line 5515 of file OpenMPClause.h.
|
inlineexplicit |
Build an empty clause.
Definition at line 5527 of file OpenMPClause.h.
|
inline |
Definition at line 5549 of file OpenMPClause.h.
|
inline |
Definition at line 5554 of file OpenMPClause.h.
References clang::OMPClause::children().
Definition at line 5566 of file OpenMPClause.h.
|
inline |
Get chunk size.
Definition at line 5544 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPostUpdate().
|
inline |
Get chunk size.
Definition at line 5547 of file OpenMPClause.h.
|
inline |
Get location of ','.
Definition at line 5541 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPostUpdate().
|
inline |
Get kind of the clause.
Definition at line 5532 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPostUpdate().
|
inline |
Get kind location.
Definition at line 5538 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPostUpdate().
|
inline |
Get location of '('.
Definition at line 5535 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPostUpdate().
|
inline |
Definition at line 5559 of file OpenMPClause.h.
|
inline |
Definition at line 5562 of file OpenMPClause.h.
|
friend |
Definition at line 5461 of file OpenMPClause.h.