clang 17.0.0git
|
Data structure for iterator expression. More...
#include "clang/Sema/Sema.h"
Public Attributes | |
IdentifierInfo * | DeclIdent = nullptr |
SourceLocation | DeclIdentLoc |
ParsedType | Type |
OMPIteratorExpr::IteratorRange | Range |
SourceLocation | AssignLoc |
SourceLocation | ColonLoc |
SourceLocation | SecColonLoc |
SourceLocation clang::Sema::OMPIteratorData::AssignLoc |
SourceLocation clang::Sema::OMPIteratorData::ColonLoc |
IdentifierInfo* clang::Sema::OMPIteratorData::DeclIdent = nullptr |
SourceLocation clang::Sema::OMPIteratorData::DeclIdentLoc |
OMPIteratorExpr::IteratorRange clang::Sema::OMPIteratorData::Range |
SourceLocation clang::Sema::OMPIteratorData::SecColonLoc |
ParsedType clang::Sema::OMPIteratorData::Type |