|
clang
5.0.0
|
This represents 'simd' clause in the '#pragma omp ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPSIMDClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
| Build 'simd' clause. More... | |
| OMPSIMDClause () | |
| Build an empty clause. More... | |
| child_range | children () |
Static Public Member Functions | |
| static bool | classof (const OMPClause *T) |
This represents 'simd' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp ordered' has simple 'simd' clause.
Definition at line 2996 of file OpenMPClause.h.
|
inline |
Build 'simd' clause.
| StartLoc | Starting location of the clause. |
| EndLoc | Ending location of the clause. |
Definition at line 3003 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 3008 of file OpenMPClause.h.
|
inline |
Definition at line 3014 of file OpenMPClause.h.
Definition at line 3010 of file OpenMPClause.h.
1.8.6