clang
3.9.0
|
This represents 'nogroup' clause in the '#pragma omp ...' directive. More...
#include <OpenMPClause.h>
Public Member Functions | |
OMPNogroupClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
Build 'nogroup' clause. More... | |
OMPNogroupClause () | |
Build an empty clause. More... | |
child_range | children () |
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 3674 of file OpenMPClause.h.
|
inline |
Build 'nogroup' clause.
StartLoc | Starting location of the clause. |
EndLoc | Ending location of the clause. |
Definition at line 3681 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 3686 of file OpenMPClause.h.
|
inline |
Definition at line 3693 of file OpenMPClause.h.
Definition at line 3689 of file OpenMPClause.h.