clang
10.0.0git
|
This represents 'threads' clause in the '#pragma omp ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
OMPThreadsClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
Build 'threads' clause. More... | |
OMPThreadsClause () | |
Build an empty clause. More... | |
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 'threads' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp ordered' has simple 'threads' clause.
Definition at line 4161 of file OpenMPClause.h.
|
inline |
Build 'threads' clause.
StartLoc | Starting location of the clause. |
EndLoc | Ending location of the clause. |
Definition at line 4167 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 4171 of file OpenMPClause.h.
|
inline |
Definition at line 4174 of file OpenMPClause.h.
|
inline |
Definition at line 4178 of file OpenMPClause.h.
Definition at line 4189 of file OpenMPClause.h.
|
inline |
Definition at line 4182 of file OpenMPClause.h.
|
inline |
Definition at line 4185 of file OpenMPClause.h.