clang
3.9.0
|
This represents 'dist_schedule' clause in the '#pragma omp ...' directive. More...
#include <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 () |
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 3812 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 3864 of file OpenMPClause.h.
|
inlineexplicit |
Build an empty clause.
Definition at line 3877 of file OpenMPClause.h.
|
inline |
Definition at line 3905 of file OpenMPClause.h.
Definition at line 3901 of file OpenMPClause.h.
|
inline |
Get chunk size.
Definition at line 3896 of file OpenMPClause.h.
|
inline |
Get chunk size.
Definition at line 3899 of file OpenMPClause.h.
|
inline |
Get location of ','.
Definition at line 3893 of file OpenMPClause.h.
|
inline |
Get kind of the clause.
Definition at line 3884 of file OpenMPClause.h.
|
inline |
Get kind location.
Definition at line 3890 of file OpenMPClause.h.
|
inline |
Get location of '('.
Definition at line 3887 of file OpenMPClause.h.
|
friend |
Definition at line 3813 of file OpenMPClause.h.