|
clang 24.0.0git
|
This represents '#pragma omp parallel masked' directive. More...
#include "clang/AST/StmtOpenMP.h"
Public Member Functions | |
| Expr * | getTaskReductionRefExpr () |
| Returns special task reduction reference expression. | |
| const Expr * | getTaskReductionRefExpr () const |
Static Public Member Functions | |
| static OMPParallelMaskedDirective * | Create (const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef< OMPClause * > Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef) |
| Creates directive with a list of Clauses. | |
| static OMPParallelMaskedDirective * | CreateEmpty (const ASTContext &C, unsigned NumClauses, EmptyShell) |
| Creates an empty directive with the place for NumClauses clauses. | |
| static bool | classof (const Stmt *T) |
Friends | |
| class | ASTStmtReader |
| class | OMPExecutableDirective |
This represents '#pragma omp parallel masked' directive.
In this example directive '#pragma omp parallel masked' has a clause 'filter' with the variable tid
Definition at line 2452 of file StmtOpenMP.h.
|
inlinestatic |
Definition at line 2502 of file StmtOpenMP.h.
|
static |
Creates directive with a list of Clauses.
| C | AST context. |
| StartLoc | Starting location of the directive kind. |
| EndLoc | Ending Location of the directive. |
| Clauses | List of clauses. |
| AssociatedStmt | Statement, associated with the directive. |
| TaskRedRef | Task reduction special reference expression to handle taskgroup descriptor. |
Definition at line 901 of file StmtOpenMP.cpp.
References clang::C.
Referenced by clang::SemaOpenMP::ActOnOpenMPParallelMaskedDirective().
|
static |
Creates an empty directive with the place for NumClauses clauses.
| C | AST context. |
| NumClauses | Number of clauses. |
Definition at line 911 of file StmtOpenMP.cpp.
References clang::C.
|
inline |
Returns special task reduction reference expression.
Definition at line 2494 of file StmtOpenMP.h.
Referenced by getTaskReductionRefExpr().
|
inline |
Definition at line 2497 of file StmtOpenMP.h.
References getTaskReductionRefExpr().
|
friend |
Definition at line 2453 of file StmtOpenMP.h.
References ASTStmtReader.
Referenced by ASTStmtReader.
|
friend |
Definition at line 2454 of file StmtOpenMP.h.
References OMPExecutableDirective.
Referenced by OMPExecutableDirective.