clang
3.9.0
|
This represents 'threads' clause in the '#pragma omp ...' directive. More...
#include <OpenMPClause.h>
Public Member Functions | |
OMPThreadsClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
Build 'threads' clause. More... | |
OMPThreadsClause () | |
Build an empty clause. More... | |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const OMPClause *T) |
This represents 'threads' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp ordered' has simple 'threads' clause.
Definition at line 2730 of file OpenMPClause.h.
|
inline |
Build 'threads' clause.
StartLoc | Starting location of the clause. |
EndLoc | Ending location of the clause. |
Definition at line 2737 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 2742 of file OpenMPClause.h.
|
inline |
Definition at line 2749 of file OpenMPClause.h.
Definition at line 2745 of file OpenMPClause.h.