|
clang 23.0.0git
|
This represents 'dyn_groupprivate' clause in '#pragma omp target ...' and '#pragma omp teams ...' directives. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPDynGroupprivateClause (SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, Expr *Size, Stmt *HelperSize, OpenMPDirectiveKind CaptureRegion, OpenMPDynGroupprivateClauseModifier M1, SourceLocation M1Loc, OpenMPDynGroupprivateClauseFallbackModifier M2, SourceLocation M2Loc) | |
| Build 'dyn_groupprivate' clause with a size expression Size. | |
| OMPDynGroupprivateClause () | |
| Build an empty clause. | |
| OpenMPDynGroupprivateClauseModifier | getDynGroupprivateModifier () const |
| Get the first modifier of the clause. | |
| OpenMPDynGroupprivateClauseFallbackModifier | getDynGroupprivateFallbackModifier () const |
| Get the second modifier of the clause. | |
| SourceLocation | getLParenLoc () |
| Get location of '('. | |
| SourceLocation | getDynGroupprivateModifierLoc () const |
| Get the first modifier location. | |
| SourceLocation | getDynGroupprivateFallbackModifierLoc () const |
| Get the second modifier location. | |
| Expr * | getSize () |
| Get size. | |
| const Expr * | getSize () const |
| Get size. | |
| 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 'dyn_groupprivate' clause in '#pragma omp target ...' and '#pragma omp teams ...' directives.
Definition at line 9977 of file OpenMPClause.h.
|
inline |
Build 'dyn_groupprivate' clause with a size expression Size.
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
| Size | Size. |
| M1 | The first modifier applied to 'dyn_groupprivate' clause. |
| M1Loc | Location of the first modifier. |
| M2 | The second modifier applied to 'dyn_groupprivate' clause. |
| M2Loc | Location of the second modifier. |
Definition at line 10039 of file OpenMPClause.h.
Referenced by children().
|
inlineexplicit |
Build an empty clause.
Definition at line 10056 of file OpenMPClause.h.
|
inline |
Definition at line 10095 of file OpenMPClause.h.
Referenced by children().
|
inline |
Definition at line 10100 of file OpenMPClause.h.
References children(), and OMPDynGroupprivateClause().
Definition at line 10111 of file OpenMPClause.h.
|
inline |
Get the second modifier of the clause.
Definition at line 10071 of file OpenMPClause.h.
|
inline |
Get the second modifier location.
Definition at line 10085 of file OpenMPClause.h.
|
inline |
Get the first modifier of the clause.
Definition at line 10065 of file OpenMPClause.h.
|
inline |
Get the first modifier location.
Definition at line 10080 of file OpenMPClause.h.
|
inline |
Get location of '('.
Definition at line 10077 of file OpenMPClause.h.
|
inline |
Get size.
Definition at line 10090 of file OpenMPClause.h.
|
inline |
Get size.
Definition at line 10093 of file OpenMPClause.h.
|
inline |
Definition at line 10104 of file OpenMPClause.h.
|
inline |
Definition at line 10107 of file OpenMPClause.h.
|
friend |
Definition at line 9978 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.