clang 19.0.0git
Public Attributes | List of all members
clang::OMPIteratorExpr::IteratorRange Struct Reference

Iterator range representation begin:end[:step]. More...

#include "clang/AST/ExprOpenMP.h"

Public Attributes

ExprBegin = nullptr
 
ExprEnd = nullptr
 
ExprStep = nullptr
 

Detailed Description

Iterator range representation begin:end[:step].

Definition at line 278 of file ExprOpenMP.h.

Member Data Documentation

◆ Begin

Expr* clang::OMPIteratorExpr::IteratorRange::Begin = nullptr

◆ End

Expr* clang::OMPIteratorExpr::IteratorRange::End = nullptr

◆ Step

Expr* clang::OMPIteratorExpr::IteratorRange::Step = nullptr

The documentation for this struct was generated from the following file: