enum class OMPIteratorExpr::RangeExprOffset
Description
Offset in the list of expressions for subelements of the ranges.
Declared at: clang/include/clang/AST/ExprOpenMP.h:297
Enumerators
Name | Value | Comment |
---|---|---|
Begin | 0 | |
End | 1 | |
Step | 2 | |
Total | 3 |
Offset in the list of expressions for subelements of the ranges.
Declared at: clang/include/clang/AST/ExprOpenMP.h:297
Name | Value | Comment |
---|---|---|
Begin | 0 | |
End | 1 | |
Step | 2 | |
Total | 3 |