|
clang
3.8.0
|
This represents 'thread_limit' clause in the '#pragma omp ...' directive. More...
#include <OpenMPClause.h>
Public Member Functions | |
| OMPThreadLimitClause (Expr *E, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
| Build 'thread_limit' clause. More... | |
| OMPThreadLimitClause () | |
| Build an empty clause. More... | |
| void | setLParenLoc (SourceLocation Loc) |
| Sets the location of '('. More... | |
| SourceLocation | getLParenLoc () const |
| Returns the location of '('. More... | |
| Expr * | getThreadLimit () |
| Return ThreadLimit number. More... | |
| Expr * | getThreadLimit () const |
| Return ThreadLimit number. More... | |
| child_range | children () |
Static Public Member Functions | |
| static bool | classof (const OMPClause *T) |
Friends | |
| class | OMPClauseReader |
This represents 'thread_limit' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp teams' has clause 'thread_limit' with single expression 'n'.
Definition at line 2907 of file OpenMPClause.h.
|
inline |
Build 'thread_limit' clause.
| E | Expression associated with this clause. |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
Definition at line 2927 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 2934 of file OpenMPClause.h.
|
inline |
Definition at line 2950 of file OpenMPClause.h.
Definition at line 2946 of file OpenMPClause.h.
|
inline |
Returns the location of '('.
Definition at line 2940 of file OpenMPClause.h.
|
inline |
Return ThreadLimit number.
Definition at line 2942 of file OpenMPClause.h.
|
inline |
Return ThreadLimit number.
Definition at line 2944 of file OpenMPClause.h.
|
inline |
Sets the location of '('.
Definition at line 2938 of file OpenMPClause.h.
|
friend |
Definition at line 2908 of file OpenMPClause.h.
1.8.6