|
clang 23.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. | |
| OMPThreadsClause () | |
| Build an empty clause. | |
This represents 'threads' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp ordered' has simple 'threads' clause.
Definition at line 5820 of file OpenMPClause.h.
|
inline |
Build 'threads' clause.
| StartLoc | Starting location of the clause. |
| EndLoc | Ending location of the clause. |
Definition at line 5827 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 5831 of file OpenMPClause.h.