|
clang 23.0.0git
|
This represents implicit clause 'depobj' for the '#pragma omp depobj' directive. This clause does not exist by itself, it can be only as a part of 'omp depobj' directive. This clause is introduced to keep the original structure of OMPExecutableDirective class and its derivatives and to use the existing infrastructure of clauses with the list of variables. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| Expr * | getDepobj () |
| Returns depobj expression associated with the clause. | |
| const Expr * | getDepobj () const |
| SourceLocation | getLParenLoc () const |
| Returns the location of '('. | |
| child_range | children () |
| const_child_range | children () const |
| child_range | used_children () |
| const_child_range | used_children () const |
Static Public Member Functions | |
| static OMPDepobjClause * | Create (const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, Expr *Depobj) |
| Creates clause. | |
| static OMPDepobjClause * | CreateEmpty (const ASTContext &C) |
| Creates an empty clause. | |
| static bool | classof (const OMPClause *T) |
Friends | |
| class | OMPClauseReader |
This represents implicit clause 'depobj' for the '#pragma omp depobj' directive. This clause does not exist by itself, it can be only as a part of 'omp depobj' directive. This clause is introduced to keep the original structure of OMPExecutableDirective class and its derivatives and to use the existing infrastructure of clauses with the list of variables.
In this example directive '#pragma omp depobj' has implicit clause 'depobj' with the depobj 'a'.
Definition at line 5597 of file OpenMPClause.h.
|
inline |
Definition at line 5650 of file OpenMPClause.h.
Referenced by children().
|
inline |
Definition at line 5655 of file OpenMPClause.h.
References children().
Definition at line 5666 of file OpenMPClause.h.
|
static |
Creates clause.
| C | AST context. |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
| Depobj | depobj expression associated with the 'depobj' directive. |
Definition at line 1120 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::SemaOpenMP::ActOnOpenMPDepobjClause().
|
static |
Creates an empty clause.
| C | AST context. |
Definition at line 1130 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::OMPClauseReader::readClause().
|
inline |
Returns depobj expression associated with the clause.
Definition at line 5644 of file OpenMPClause.h.
|
inline |
Definition at line 5645 of file OpenMPClause.h.
|
inline |
Returns the location of '('.
Definition at line 5648 of file OpenMPClause.h.
|
inline |
Definition at line 5659 of file OpenMPClause.h.
|
inline |
Definition at line 5662 of file OpenMPClause.h.
|
friend |
Definition at line 5598 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.