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

Iterator definition representation. More...

#include "clang/AST/ExprOpenMP.h"

Public Attributes

DeclIteratorDecl = nullptr
 
IteratorRange Range
 
SourceLocation AssignmentLoc
 
SourceLocation ColonLoc
 
SourceLocation SecondColonLoc
 

Detailed Description

Iterator definition representation.

Definition at line 284 of file ExprOpenMP.h.

Member Data Documentation

◆ AssignmentLoc

SourceLocation clang::OMPIteratorExpr::IteratorDefinition::AssignmentLoc

Definition at line 287 of file ExprOpenMP.h.

Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().

◆ ColonLoc

SourceLocation clang::OMPIteratorExpr::IteratorDefinition::ColonLoc

Definition at line 288 of file ExprOpenMP.h.

Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().

◆ IteratorDecl

Decl* clang::OMPIteratorExpr::IteratorDefinition::IteratorDecl = nullptr

Definition at line 285 of file ExprOpenMP.h.

Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().

◆ Range

IteratorRange clang::OMPIteratorExpr::IteratorDefinition::Range

Definition at line 286 of file ExprOpenMP.h.

Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().

◆ SecondColonLoc

SourceLocation clang::OMPIteratorExpr::IteratorDefinition::SecondColonLoc

Definition at line 288 of file ExprOpenMP.h.

Referenced by clang::SemaOpenMP::ActOnOMPIteratorExpr().


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