|
clang 22.0.0git
|
This represents clause 'copyprivate' in the '#pragma omp ...' directives. More...
#include "clang/AST/OpenMPClause.h"
Public Types | |
| using | helper_expr_iterator = MutableArrayRef<Expr *>::iterator |
| using | helper_expr_const_iterator = ArrayRef<const Expr *>::iterator |
| using | helper_expr_range = llvm::iterator_range<helper_expr_iterator> |
| using | helper_expr_const_range |
| Public Types inherited from clang::OMPVarListClause< OMPCopyprivateClause > | |
| using | varlist_iterator |
| using | varlist_const_iterator |
| using | varlist_range |
| using | varlist_const_range |
| Public Types inherited from clang::OMPClause | |
| using | child_iterator = StmtIterator |
| using | const_child_iterator = ConstStmtIterator |
| using | child_range = llvm::iterator_range<child_iterator> |
| using | const_child_range = llvm::iterator_range<const_child_iterator> |
Static Public Member Functions | |
| static OMPCopyprivateClause * | Create (const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef< Expr * > VL, ArrayRef< Expr * > SrcExprs, ArrayRef< Expr * > DstExprs, ArrayRef< Expr * > AssignmentOps) |
| Creates clause with a list of variables VL. | |
| static OMPCopyprivateClause * | CreateEmpty (const ASTContext &C, unsigned N) |
| Creates an empty clause with N variables. | |
| static bool | classof (const OMPClause *T) |
| Static Public Member Functions inherited from clang::OMPClause | |
| static bool | classof (const OMPClause *) |
Friends | |
| class | OMPClauseReader |
Additional Inherited Members | |
| Protected Member Functions inherited from clang::OMPVarListClause< OMPCopyprivateClause > | |
| OMPVarListClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) | |
| Build a clause with N variables. | |
| MutableArrayRef< Expr * > | getVarRefs () |
| Fetches list of variables associated with this clause. | |
| void | setVarRefs (ArrayRef< Expr * > VL) |
| Sets the list of variables for this clause. | |
| Protected Member Functions inherited from clang::OMPClause | |
| OMPClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) | |
This represents clause 'copyprivate' in the '#pragma omp ...' directives.
In this example directive '#pragma omp single' has clause 'copyprivate' with the variables 'a' and 'b'.
Definition at line 5351 of file OpenMPClause.h.
| using clang::OMPCopyprivateClause::helper_expr_const_iterator = ArrayRef<const Expr *>::iterator |
Definition at line 5451 of file OpenMPClause.h.
Definition at line 5453 of file OpenMPClause.h.
| using clang::OMPCopyprivateClause::helper_expr_iterator = MutableArrayRef<Expr *>::iterator |
Definition at line 5450 of file OpenMPClause.h.
| using clang::OMPCopyprivateClause::helper_expr_range = llvm::iterator_range<helper_expr_iterator> |
Definition at line 5452 of file OpenMPClause.h.
|
inline |
Definition at line 5480 of file OpenMPClause.h.
|
inline |
Definition at line 5475 of file OpenMPClause.h.
|
inline |
Definition at line 5485 of file OpenMPClause.h.
References clang::OMPVarListClause< OMPCopyprivateClause >::varlist_begin(), and clang::OMPVarListClause< OMPCopyprivateClause >::varlist_end().
Referenced by children().
|
inline |
Definition at line 5490 of file OpenMPClause.h.
References Children, and children().
Definition at line 5502 of file OpenMPClause.h.
References clang::T.
|
static |
Creates clause with a list of variables VL.
| C | AST context. |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
| VL | List of references to the variables. |
| SrcExprs | List of helper expressions for proper generation of assignment operation required for copyprivate clause. This list represents sources. |
| DstExprs | List of helper expressions for proper generation of assignment operation required for copyprivate clause. This list represents destinations. |
| AssignmentOps | List of helper expressions that represents assignment operation: DstExprs = SrcExprs;
|
Definition at line 729 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::SemaOpenMP::ActOnOpenMPCopyprivateClause().
|
static |
Creates an empty clause with N variables.
| C | AST context. |
| N | The number of variables. |
Definition at line 743 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::OMPClauseReader::readClause().
|
inline |
Definition at line 5470 of file OpenMPClause.h.
|
inline |
Definition at line 5465 of file OpenMPClause.h.
|
inline |
Definition at line 5461 of file OpenMPClause.h.
|
inline |
Definition at line 5456 of file OpenMPClause.h.
|
inline |
Definition at line 5495 of file OpenMPClause.h.
|
inline |
Definition at line 5498 of file OpenMPClause.h.
|
friend |
Definition at line 5354 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.