|
clang 23.0.0git
|
This represents 'nogroup' clause in the '#pragma omp ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPNogroupClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
| Build 'nogroup' clause. | |
| OMPNogroupClause () | |
| Build an empty clause. | |
| 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) |
This represents 'nogroup' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp taskloop' has 'nogroup' clause.
Definition at line 7218 of file OpenMPClause.h.
|
inline |
Build 'nogroup' clause.
| StartLoc | Starting location of the clause. |
| EndLoc | Ending location of the clause. |
Definition at line 7224 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 7228 of file OpenMPClause.h.
|
inline |
Definition at line 7232 of file OpenMPClause.h.
|
inline |
Definition at line 7236 of file OpenMPClause.h.
Definition at line 7247 of file OpenMPClause.h.
|
inline |
Definition at line 7240 of file OpenMPClause.h.
|
inline |
Definition at line 7243 of file OpenMPClause.h.