|
clang 23.0.0git
|
This represents 'ompx_bare' clause in the '#pragma omp target teams ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPXBareClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
| Build 'ompx_bare' clause. | |
| OMPXBareClause ()=default | |
| Build an empty clause. | |
This represents 'ompx_bare' clause in the '#pragma omp target teams ...' directive.
In this example directive '#pragma omp target teams' has a 'ompx_bare' clause.
Definition at line 10297 of file OpenMPClause.h.
|
inline |
Build 'ompx_bare' clause.
| StartLoc | Starting location of the clause. |
| EndLoc | Ending location of the clause. |
Definition at line 10303 of file OpenMPClause.h.
|
default |
Build an empty clause.