struct OMPIteratorExpr::IteratorRange
Declaration
struct OMPIteratorExpr::IteratorRange { /* full declaration omitted */ };
Description
Iterator range representation begin:end[:step].
Declared at: clang/include/clang/AST/ExprOpenMP.h:278
Member Variables
- public clang::Expr* Begin = nullptr
- public clang::Expr* End = nullptr
- public clang::Expr* Step = nullptr