|
clang
5.0.0
|
This represents 'defaultmap' clause in the '#pragma omp ...' directive. More...
#include "clang/AST/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 4169 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 4221 of file OpenMPClause.h.
|
inlineexplicit |
Build an empty clause.
Definition at line 4230 of file OpenMPClause.h.
|
inline |
Definition at line 4259 of file OpenMPClause.h.
Definition at line 4255 of file OpenMPClause.h.
|
inline |
Get kind of the clause.
Definition at line 4237 of file OpenMPClause.h.
|
inline |
Get kind location.
Definition at line 4248 of file OpenMPClause.h.
|
inline |
Get the modifier of the clause.
Definition at line 4240 of file OpenMPClause.h.
References Modifier.
|
inline |
|
inline |
Get location of '('.
Definition at line 4245 of file OpenMPClause.h.
|
friend |
Definition at line 4170 of file OpenMPClause.h.
1.8.6