clang 20.0.0git
|
Iterator range representation begin:end[:step]. More...
#include "clang/AST/ExprOpenMP.h"
Public Attributes | |
Expr * | Begin = nullptr |
Expr * | End = nullptr |
Expr * | Step = nullptr |
Iterator range representation begin:end[:step].
Definition at line 154 of file ExprOpenMP.h.
Expr* clang::OMPIteratorExpr::IteratorRange::Begin = nullptr |
Definition at line 155 of file ExprOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr(), clang::computeDependence(), and clang::OMPIteratorExpr::getIteratorRange().
Expr* clang::OMPIteratorExpr::IteratorRange::End = nullptr |
Definition at line 156 of file ExprOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr(), clang::computeDependence(), and clang::OMPIteratorExpr::getIteratorRange().
Expr* clang::OMPIteratorExpr::IteratorRange::Step = nullptr |
Definition at line 157 of file ExprOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr(), clang::computeDependence(), and clang::OMPIteratorExpr::getIteratorRange().