|
clang 23.0.0git
|
This represents 'destroy' clause in the '#pragma omp depobj' directive or the '#pragma omp interop' directive.. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPDestroyClause (Expr *InteropVar, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation VarLoc, SourceLocation EndLoc) | |
| Build 'destroy' clause with an interop variable expression InteropVar. | |
| OMPDestroyClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
| Build 'destroy' clause. | |
| OMPDestroyClause () | |
| Build an empty clause. | |
| SourceLocation | getLParenLoc () const |
| Returns the location of '('. | |
| SourceLocation | getVarLoc () const |
| Returns the location of the interop variable. | |
| Expr * | getInteropVar () const |
| Returns the interop variable. | |
| child_range | children () |
| const_child_range | children () const |
| child_range | used_children () |
| const_child_range | used_children () const |
Static Public Member Functions | |
| static bool | classof (const OMPClause *T) |
Friends | |
| class | OMPClauseReader |
This represents 'destroy' clause in the '#pragma omp depobj' directive or the '#pragma omp interop' directive..
In these examples directive '#pragma omp depobj' and '#pragma omp interop' have a 'destroy' clause. The 'interop' directive includes an object.
Definition at line 9046 of file OpenMPClause.h.
|
inline |
Build 'destroy' clause with an interop variable expression InteropVar.
| InteropVar | The interop variable. |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| VarLoc | Location of the interop variable. |
| EndLoc | Ending location of the clause. |
Definition at line 9075 of file OpenMPClause.h.
|
inline |
Build 'destroy' clause.
| StartLoc | Starting location of the clause. |
| EndLoc | Ending location of the clause. |
Definition at line 9085 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 9089 of file OpenMPClause.h.
|
inline |
Definition at line 9102 of file OpenMPClause.h.
|
inline |
Definition at line 9108 of file OpenMPClause.h.
Definition at line 9121 of file OpenMPClause.h.
|
inline |
Returns the interop variable.
Definition at line 9100 of file OpenMPClause.h.
|
inline |
Returns the location of '('.
Definition at line 9094 of file OpenMPClause.h.
|
inline |
Returns the location of the interop variable.
Definition at line 9097 of file OpenMPClause.h.
|
inline |
Definition at line 9114 of file OpenMPClause.h.
|
inline |
Definition at line 9117 of file OpenMPClause.h.
|
friend |
Definition at line 9047 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.