|
clang 23.0.0git
|
This represents 'detach' clause in the '#pragma omp task' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPDetachClause (Expr *Evt, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
| Build 'detach' clause with event-handler Evt. | |
| OMPDetachClause () | |
| Build an empty clause. | |
| Expr * | getEventHandler () const |
| Returns event-handler expression. | |
Friends | |
| class | OMPClauseReader |
This represents 'detach' clause in the '#pragma omp task' directive.
In this example directive '#pragma omp detach' has simple 'detach' clause with the variable 'evt'.
Definition at line 9118 of file OpenMPClause.h.
|
inline |
Build 'detach' clause with event-handler Evt.
| Evt | Event handler expression. |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
Definition at line 9132 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 9137 of file OpenMPClause.h.
|
inline |
Returns event-handler expression.
Definition at line 9140 of file OpenMPClause.h.
|
friend |
Definition at line 9120 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.