|
clang
5.0.0
|
Class that handles post-update expression for some clauses, like 'lastprivate', 'reduction' etc. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| const Expr * | getPostUpdateExpr () const |
| Get post-update expression for the clause. More... | |
| Expr * | getPostUpdateExpr () |
| Get post-update expression for the clause. More... | |
Public Member Functions inherited from clang::OMPClauseWithPreInit | |
| const Stmt * | getPreInitStmt () const |
| Get pre-initialization statement for the clause. More... | |
| Stmt * | getPreInitStmt () |
| Get pre-initialization statement for the clause. More... | |
| OpenMPDirectiveKind | getCaptureRegion () |
| Get capture region for the stmt in the clause. More... | |
Static Public Member Functions | |
| static OMPClauseWithPostUpdate * | get (OMPClause *C) |
| static const OMPClauseWithPostUpdate * | get (const OMPClause *C) |
Static Public Member Functions inherited from clang::OMPClauseWithPreInit | |
| static OMPClauseWithPreInit * | get (OMPClause *C) |
| static const OMPClauseWithPreInit * | get (const OMPClause *C) |
Protected Member Functions | |
| void | setPostUpdateExpr (Expr *S) |
| Set pre-initialization statement for the clause. More... | |
| OMPClauseWithPostUpdate (const OMPClause *This) | |
Protected Member Functions inherited from clang::OMPClauseWithPreInit | |
| void | setPreInitStmt (Stmt *S, OpenMPDirectiveKind ThisRegion=OMPD_unknown) |
| Set pre-initialization statement for the clause. More... | |
| OMPClauseWithPreInit (const OMPClause *This) | |
Friends | |
| class | OMPClauseReader |
Class that handles post-update expression for some clauses, like 'lastprivate', 'reduction' etc.
Definition at line 107 of file OpenMPClause.h.
|
inlineprotected |
Definition at line 114 of file OpenMPClause.h.
|
static |
Definition at line 106 of file OpenMPClause.cpp.
Referenced by clang::Sema::ActOnOpenMPRegionEnd().
|
static |
Definition at line 111 of file OpenMPClause.cpp.
References clang::OMPClause::getClauseKind(), clang::OMPC_threadprivate, clang::OMPC_uniform, and clang::OMPC_unknown.
|
inline |
Get post-update expression for the clause.
Definition at line 121 of file OpenMPClause.h.
Referenced by clang::OMPClauseWriter::VisitOMPClauseWithPostUpdate().
|
inline |
Get post-update expression for the clause.
Definition at line 123 of file OpenMPClause.h.
|
inlineprotected |
Set pre-initialization statement for the clause.
Definition at line 113 of file OpenMPClause.h.
References S.
Referenced by clang::OMPLastprivateClause::Create(), clang::OMPReductionClause::Create(), clang::OMPTaskReductionClause::Create(), and clang::OMPClauseReader::VisitOMPClauseWithPostUpdate().
|
friend |
Definition at line 108 of file OpenMPClause.h.
1.8.6