struct Sema::OMPIteratorData
Declaration
struct Sema::OMPIteratorData { /* full declaration omitted */ };
Description
Data structure for iterator expression.
Declared at: clang/include/clang/Sema/Sema.h:5606
Member Variables
- public clang::IdentifierInfo* DeclIdent = nullptr
- public clang::SourceLocation DeclIdentLoc
- public clang::ParsedType Type
- public OMPIteratorExpr::IteratorRange Range
- public clang::SourceLocation AssignLoc
- public clang::SourceLocation ColonLoc
- public clang::SourceLocation SecColonLoc