|
clang 23.0.0git
|
This represents 'ompx_dyn_cgroup_mem' clause in the '#pragma omp target ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPXDynCGroupMemClause (Expr *Size, Stmt *HelperSize, OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
| Build 'ompx_dyn_cgroup_mem' clause. | |
| OMPXDynCGroupMemClause () | |
| Build an empty clause. | |
| Expr * | getSize () |
| Return the size expression. | |
| Expr * | getSize () const |
| Return the size expression. | |
Friends | |
| class | OMPClauseReader |
This represents 'ompx_dyn_cgroup_mem' clause in the '#pragma omp target ...' directive.
Definition at line 9935 of file OpenMPClause.h.
|
inline |
Build 'ompx_dyn_cgroup_mem' clause.
| Size | Size expression. |
| HelperSize | Helper Size expression |
| CaptureRegion | Innermost OpenMP region where expressions in this |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
Definition at line 9952 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 9962 of file OpenMPClause.h.
|
inline |
Return the size expression.
Definition at line 9965 of file OpenMPClause.h.
|
inline |
Return the size expression.
Definition at line 9968 of file OpenMPClause.h.
|
friend |
Definition at line 9938 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.