clang
10.0.0git
|
This represents 'thread_limit' clause in the '#pragma omp ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
OMPThreadLimitClause (Expr *E, Stmt *HelperE, OpenMPDirectiveKind CaptureRegion, 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 () |
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) |
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 5164 of file OpenMPClause.h.
|
inline |
Build 'thread_limit' clause.
E | Expression associated with this clause. |
HelperE | Helper Expression associated with this clause. |
CaptureRegion | Innermost OpenMP region where expressions in this clause must be captured. |
StartLoc | Starting location of the clause. |
LParenLoc | Location of '('. |
EndLoc | Ending location of the clause. |
Definition at line 5188 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 5198 of file OpenMPClause.h.
|
inline |
Definition at line 5214 of file OpenMPClause.h.
|
inline |
Definition at line 5216 of file OpenMPClause.h.
Definition at line 5227 of file OpenMPClause.h.
|
inline |
Returns the location of '('.
Definition at line 5206 of file OpenMPClause.h.
Referenced by clang::ASTRecordWriter::writeOMPClause().
|
inline |
Return ThreadLimit number.
Definition at line 5209 of file OpenMPClause.h.
Referenced by OMPNontemporalClause::setPrivateRefs(), and clang::ASTRecordWriter::writeOMPClause().
|
inline |
Return ThreadLimit number.
Definition at line 5212 of file OpenMPClause.h.
|
inline |
Sets the location of '('.
Definition at line 5203 of file OpenMPClause.h.
|
inline |
Definition at line 5220 of file OpenMPClause.h.
|
inline |
Definition at line 5223 of file OpenMPClause.h.
|
friend |
Definition at line 5165 of file OpenMPClause.h.