clang
3.9.0
|
This represents 'defaultmap' clause in the '#pragma omp ...' directive. More...
#include <OpenMPClause.h>
Public Member Functions | |
OMPDefaultmapClause (SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, SourceLocation KLoc, SourceLocation EndLoc, OpenMPDefaultmapClauseKind Kind, OpenMPDefaultmapClauseModifier M) | |
Build 'defaultmap' clause with defaultmap kind Kind. More... | |
OMPDefaultmapClause () | |
Build an empty clause. More... | |
OpenMPDefaultmapClauseKind | getDefaultmapKind () const |
Get kind of the clause. More... | |
OpenMPDefaultmapClauseModifier | getDefaultmapModifier () const |
Get the modifier of the clause. More... | |
SourceLocation | getLParenLoc () |
Get location of '('. More... | |
SourceLocation | getDefaultmapKindLoc () |
Get kind location. More... | |
SourceLocation | getDefaultmapModifierLoc () const |
Get the modifier location. More... | |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const OMPClause *T) |
Friends | |
class | OMPClauseReader |
This represents 'defaultmap' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp target' has 'defaultmap' clause of kind 'scalar' with modifier 'tofrom'.
Definition at line 3919 of file OpenMPClause.h.
|
inline |
Build 'defaultmap' clause with defaultmap kind Kind.
StartLoc | Starting location of the clause. |
LParenLoc | Location of '('. |
KLoc | Starting location of the argument. |
EndLoc | Ending location of the clause. |
Kind | Defaultmap kind. |
M | The modifier applied to 'defaultmap' clause. |
MLoc | Location of the modifier |
Definition at line 3971 of file OpenMPClause.h.
|
inlineexplicit |
Build an empty clause.
Definition at line 3980 of file OpenMPClause.h.
|
inline |
Definition at line 4009 of file OpenMPClause.h.
Definition at line 4005 of file OpenMPClause.h.
|
inline |
Get kind of the clause.
Definition at line 3987 of file OpenMPClause.h.
|
inline |
Get kind location.
Definition at line 3998 of file OpenMPClause.h.
|
inline |
Get the modifier of the clause.
Definition at line 3990 of file OpenMPClause.h.
References Modifier.
|
inline |
|
inline |
Get location of '('.
Definition at line 3995 of file OpenMPClause.h.
|
friend |
Definition at line 3920 of file OpenMPClause.h.