|
clang 24.0.0git
|
This represents '#pragma omp taskgroup' directive. More...
#include "clang/AST/StmtOpenMP.h"
Public Member Functions | |
| const Expr * | getReductionRef () const |
| Returns reference to the task_reduction return variable. | |
| Expr * | getReductionRef () |
Static Public Member Functions | |
| static OMPTaskgroupDirective * | Create (const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef< OMPClause * > Clauses, Stmt *AssociatedStmt, Expr *ReductionRef) |
| Creates directive. | |
| static OMPTaskgroupDirective * | CreateEmpty (const ASTContext &C, unsigned NumClauses, EmptyShell) |
| Creates an empty directive. | |
| static bool | classof (const Stmt *T) |
Friends | |
| class | ASTStmtReader |
| class | OMPExecutableDirective |
This represents '#pragma omp taskgroup' directive.
Definition at line 2802 of file StmtOpenMP.h.
|
inlinestatic |
Definition at line 2854 of file StmtOpenMP.h.
|
static |
Creates directive.
| 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. |
| ReductionRef | Reference to the task_reduction return variable. |
Definition at line 1021 of file StmtOpenMP.cpp.
References clang::C.
Referenced by clang::SemaOpenMP::ActOnOpenMPTaskgroupDirective().
|
static |
Creates an empty directive.
| C | AST context. |
| NumClauses | Number of clauses. |
Definition at line 1030 of file StmtOpenMP.cpp.
References clang::C.
|
inline |
Definition at line 2852 of file StmtOpenMP.h.
|
inline |
Returns reference to the task_reduction return variable.
Definition at line 2849 of file StmtOpenMP.h.
References getReductionRef().
Referenced by clang::CodeGen::CodeGenFunction::EmitOMPTaskgroupDirective(), and getReductionRef().
|
friend |
Definition at line 2803 of file StmtOpenMP.h.
References ASTStmtReader.
Referenced by ASTStmtReader.
|
friend |
Definition at line 2804 of file StmtOpenMP.h.
References OMPExecutableDirective.
Referenced by OMPExecutableDirective.