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

NameValueComment
Begin0
End1
Step2
Total3