clang 17.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 284 of file ExprOpenMP.h.
SourceLocation clang::OMPIteratorExpr::IteratorDefinition::AssignmentLoc |
Definition at line 287 of file ExprOpenMP.h.
Referenced by clang::Sema::ActOnOMPIteratorExpr().
SourceLocation clang::OMPIteratorExpr::IteratorDefinition::ColonLoc |
Definition at line 288 of file ExprOpenMP.h.
Referenced by clang::Sema::ActOnOMPIteratorExpr().
Decl* clang::OMPIteratorExpr::IteratorDefinition::IteratorDecl = nullptr |
Definition at line 285 of file ExprOpenMP.h.
Referenced by clang::Sema::ActOnOMPIteratorExpr().
IteratorRange clang::OMPIteratorExpr::IteratorDefinition::Range |
Definition at line 286 of file ExprOpenMP.h.
Referenced by clang::Sema::ActOnOMPIteratorExpr().
SourceLocation clang::OMPIteratorExpr::IteratorDefinition::SecondColonLoc |
Definition at line 288 of file ExprOpenMP.h.
Referenced by clang::Sema::ActOnOMPIteratorExpr().