This represents 'simd' clause in the '#pragma omp ...' directive.
More...
#include "clang/AST/OpenMPClause.h"
This represents 'simd' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp ordered' has simple 'simd' clause.
Definition at line 5840 of file OpenMPClause.h.
◆ OMPSIMDClause() [1/2]
| OMPSIMDClause::OMPSIMDClause |
( |
SourceLocation | StartLoc, |
|
|
SourceLocation | EndLoc ) |
|
inline |
Build 'simd' clause.
- Parameters
-
| StartLoc | Starting location of the clause. |
| EndLoc | Ending location of the clause. |
Definition at line 5846 of file OpenMPClause.h.
◆ OMPSIMDClause() [2/2]
| OMPSIMDClause::OMPSIMDClause |
( |
| ) |
|
|
inline |
◆ children() [1/2]
| child_range OMPSIMDClause::children |
( |
| ) |
|
|
inline |
◆ children() [2/2]
| const_child_range OMPSIMDClause::children |
( |
| ) |
const |
|
inline |
◆ classof()
◆ used_children() [1/2]
| child_range OMPSIMDClause::used_children |
( |
| ) |
|
|
inline |
◆ used_children() [2/2]
| const_child_range OMPSIMDClause::used_children |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: