clang 20.0.0git
|
Data structure for iterator expression. More...
#include "clang/Sema/SemaOpenMP.h"
Public Attributes | |
IdentifierInfo * | DeclIdent = nullptr |
SourceLocation | DeclIdentLoc |
ParsedType | Type |
OMPIteratorExpr::IteratorRange | Range |
SourceLocation | AssignLoc |
SourceLocation | ColonLoc |
SourceLocation | SecColonLoc |
Data structure for iterator expression.
Definition at line 1381 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OMPIteratorData::AssignLoc |
Definition at line 1386 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OMPIteratorData::ColonLoc |
Definition at line 1387 of file SemaOpenMP.h.
IdentifierInfo* clang::SemaOpenMP::OMPIteratorData::DeclIdent = nullptr |
Definition at line 1382 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OMPIteratorData::DeclIdentLoc |
Definition at line 1383 of file SemaOpenMP.h.
OMPIteratorExpr::IteratorRange clang::SemaOpenMP::OMPIteratorData::Range |
Definition at line 1385 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::OMPIteratorData::SecColonLoc |
Definition at line 1388 of file SemaOpenMP.h.
ParsedType clang::SemaOpenMP::OMPIteratorData::Type |
Definition at line 1384 of file SemaOpenMP.h.