clang 17.0.0git
Public Attributes | List of all members
clang::Sema::OMPIteratorData Struct Reference

Data structure for iterator expression. More...

#include "clang/Sema/Sema.h"

Collaboration diagram for clang::Sema::OMPIteratorData:
Collaboration graph
[legend]

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 5753 of file Sema.h.

Member Data Documentation

◆ AssignLoc

SourceLocation clang::Sema::OMPIteratorData::AssignLoc

Definition at line 5758 of file Sema.h.

◆ ColonLoc

SourceLocation clang::Sema::OMPIteratorData::ColonLoc

Definition at line 5759 of file Sema.h.

◆ DeclIdent

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

Definition at line 5754 of file Sema.h.

◆ DeclIdentLoc

SourceLocation clang::Sema::OMPIteratorData::DeclIdentLoc

Definition at line 5755 of file Sema.h.

◆ Range

OMPIteratorExpr::IteratorRange clang::Sema::OMPIteratorData::Range

Definition at line 5757 of file Sema.h.

◆ SecColonLoc

SourceLocation clang::Sema::OMPIteratorData::SecColonLoc

Definition at line 5760 of file Sema.h.

◆ Type

ParsedType clang::Sema::OMPIteratorData::Type

Definition at line 5756 of file Sema.h.


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