|
clang 22.0.0git
|
Iterator definition representation. More...
#include "clang/AST/ExprOpenMP.h"
Public Attributes | |
| Decl * | IteratorDecl = nullptr |
| IteratorRange | Range |
| SourceLocation | AssignmentLoc |
| SourceLocation | ColonLoc |
| SourceLocation | SecondColonLoc |
Iterator definition representation.
Definition at line 160 of file ExprOpenMP.h.
| SourceLocation clang::OMPIteratorExpr::IteratorDefinition::AssignmentLoc |
Definition at line 163 of file ExprOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().
| SourceLocation clang::OMPIteratorExpr::IteratorDefinition::ColonLoc |
Definition at line 164 of file ExprOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().
Definition at line 161 of file ExprOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().
| IteratorRange clang::OMPIteratorExpr::IteratorDefinition::Range |
Definition at line 162 of file ExprOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().
| SourceLocation clang::OMPIteratorExpr::IteratorDefinition::SecondColonLoc |
Definition at line 164 of file ExprOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().