clang 19.0.0git
Public Attributes | List of all members
clang::SemaOpenMP::OpenMPVarListDataTy Struct Referencefinal

Data used for processing a list of variables in OpenMP clauses. More...

#include "clang/Sema/SemaOpenMP.h"

Public Attributes

ExprDepModOrTailExpr = nullptr
 
ExprIteratorExpr = nullptr
 
SourceLocation ColonLoc
 
SourceLocation RLoc
 
CXXScopeSpec ReductionOrMapperIdScopeSpec
 
DeclarationNameInfo ReductionOrMapperId
 
int ExtraModifier = -1
 Additional modifier for linear, map, depend or lastprivate clause.
 
SmallVector< OpenMPMapModifierKind, NumberOfOMPMapClauseModifiersMapTypeModifiers
 
SmallVector< SourceLocation, NumberOfOMPMapClauseModifiersMapTypeModifiersLoc
 
SmallVector< OpenMPMotionModifierKind, NumberOfOMPMotionModifiersMotionModifiers
 
SmallVector< SourceLocation, NumberOfOMPMotionModifiersMotionModifiersLoc
 
bool IsMapTypeImplicit = false
 
SourceLocation ExtraModifierLoc
 
SourceLocation OmpAllMemoryLoc
 
SourceLocation StepModifierLoc
 

Detailed Description

Data used for processing a list of variables in OpenMP clauses.

Definition at line 1082 of file SemaOpenMP.h.

Member Data Documentation

◆ ColonLoc

SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::ColonLoc

Definition at line 1085 of file SemaOpenMP.h.

◆ DepModOrTailExpr

Expr* clang::SemaOpenMP::OpenMPVarListDataTy::DepModOrTailExpr = nullptr

Definition at line 1083 of file SemaOpenMP.h.

◆ ExtraModifier

int clang::SemaOpenMP::OpenMPVarListDataTy::ExtraModifier = -1

Additional modifier for linear, map, depend or lastprivate clause.

Definition at line 1089 of file SemaOpenMP.h.

◆ ExtraModifierLoc

SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::ExtraModifierLoc

Definition at line 1099 of file SemaOpenMP.h.

◆ IsMapTypeImplicit

bool clang::SemaOpenMP::OpenMPVarListDataTy::IsMapTypeImplicit = false

Definition at line 1098 of file SemaOpenMP.h.

◆ IteratorExpr

Expr* clang::SemaOpenMP::OpenMPVarListDataTy::IteratorExpr = nullptr

Definition at line 1084 of file SemaOpenMP.h.

◆ MapTypeModifiers

SmallVector<OpenMPMapModifierKind, NumberOfOMPMapClauseModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::MapTypeModifiers

Definition at line 1092 of file SemaOpenMP.h.

◆ MapTypeModifiersLoc

SmallVector<SourceLocation, NumberOfOMPMapClauseModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::MapTypeModifiersLoc

Definition at line 1094 of file SemaOpenMP.h.

◆ MotionModifiers

SmallVector<OpenMPMotionModifierKind, NumberOfOMPMotionModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::MotionModifiers

Definition at line 1096 of file SemaOpenMP.h.

◆ MotionModifiersLoc

SmallVector<SourceLocation, NumberOfOMPMotionModifiers> clang::SemaOpenMP::OpenMPVarListDataTy::MotionModifiersLoc

Definition at line 1097 of file SemaOpenMP.h.

◆ OmpAllMemoryLoc

SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::OmpAllMemoryLoc

Definition at line 1100 of file SemaOpenMP.h.

◆ ReductionOrMapperId

DeclarationNameInfo clang::SemaOpenMP::OpenMPVarListDataTy::ReductionOrMapperId

Definition at line 1088 of file SemaOpenMP.h.

◆ ReductionOrMapperIdScopeSpec

CXXScopeSpec clang::SemaOpenMP::OpenMPVarListDataTy::ReductionOrMapperIdScopeSpec

Definition at line 1087 of file SemaOpenMP.h.

◆ RLoc

SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::RLoc

Definition at line 1086 of file SemaOpenMP.h.

◆ StepModifierLoc

SourceLocation clang::SemaOpenMP::OpenMPVarListDataTy::StepModifierLoc

Definition at line 1102 of file SemaOpenMP.h.


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