clang 17.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 278 of file ExprOpenMP.h.
Expr* clang::OMPIteratorExpr::IteratorRange::Begin = nullptr |
Definition at line 279 of file ExprOpenMP.h.
Referenced by clang::Sema::ActOnOMPIteratorExpr(), clang::computeDependence(), and clang::OMPIteratorExpr::getIteratorRange().
Expr* clang::OMPIteratorExpr::IteratorRange::End = nullptr |
Definition at line 280 of file ExprOpenMP.h.
Referenced by clang::Sema::ActOnOMPIteratorExpr(), clang::computeDependence(), and clang::OMPIteratorExpr::getIteratorRange().
Expr* clang::OMPIteratorExpr::IteratorRange::Step = nullptr |
Definition at line 281 of file ExprOpenMP.h.
Referenced by clang::Sema::ActOnOMPIteratorExpr(), clang::computeDependence(), and clang::OMPIteratorExpr::getIteratorRange().