|
clang 23.0.0git
|
This represents 'filter' clause in the '#pragma omp ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPFilterClause (Expr *ThreadID, Stmt *HelperE, OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
| Build 'filter' clause with thread-id ThreadID. | |
| OMPFilterClause () | |
| Build an empty clause. | |
| Expr * | getThreadID () const |
| Return thread identifier. | |
| Expr * | getThreadID () |
| Return thread identifier. | |
Friends | |
| class | OMPClauseReader |
This represents 'filter' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp masked' has 'filter' clause with thread id.
Definition at line 9517 of file OpenMPClause.h.
|
inline |
Build 'filter' clause with thread-id ThreadID.
| ThreadID | Thread identifier. |
| 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 9535 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 9544 of file OpenMPClause.h.
|
inline |
Return thread identifier.
Definition at line 9550 of file OpenMPClause.h.
|
inline |
Return thread identifier.
Definition at line 9547 of file OpenMPClause.h.
|
friend |
Definition at line 9520 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.