clang 19.0.0git
Public Attributes | List of all members
clang::SemaOpenMP::OMPIteratorData Struct Reference

Data structure for iterator expression. More...

#include "clang/Sema/SemaOpenMP.h"

Public Attributes

IdentifierInfoDeclIdent = nullptr
 
SourceLocation DeclIdentLoc
 
ParsedType Type
 
OMPIteratorExpr::IteratorRange Range
 
SourceLocation AssignLoc
 
SourceLocation ColonLoc
 
SourceLocation SecColonLoc
 

Detailed Description

Data structure for iterator expression.

Definition at line 1337 of file SemaOpenMP.h.

Member Data Documentation

◆ AssignLoc

SourceLocation clang::SemaOpenMP::OMPIteratorData::AssignLoc

Definition at line 1342 of file SemaOpenMP.h.

◆ ColonLoc

SourceLocation clang::SemaOpenMP::OMPIteratorData::ColonLoc

Definition at line 1343 of file SemaOpenMP.h.

◆ DeclIdent

IdentifierInfo* clang::SemaOpenMP::OMPIteratorData::DeclIdent = nullptr

Definition at line 1338 of file SemaOpenMP.h.

◆ DeclIdentLoc

SourceLocation clang::SemaOpenMP::OMPIteratorData::DeclIdentLoc

Definition at line 1339 of file SemaOpenMP.h.

◆ Range

OMPIteratorExpr::IteratorRange clang::SemaOpenMP::OMPIteratorData::Range

Definition at line 1341 of file SemaOpenMP.h.

◆ SecColonLoc

SourceLocation clang::SemaOpenMP::OMPIteratorData::SecColonLoc

Definition at line 1344 of file SemaOpenMP.h.

◆ Type

ParsedType clang::SemaOpenMP::OMPIteratorData::Type

Definition at line 1340 of file SemaOpenMP.h.


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