Searched defs:DSAVarData (Results 1 – 1 of 1) sorted by relevance
79 struct DSAVarData { struct in __anon1dd12e440111::DSAStackTy80 OpenMPDirectiveKind DKind = OMPD_unknown;81 OpenMPClauseKind CKind = OMPC_unknown;82 unsigned Modifier = 0;83 const Expr *RefExpr = nullptr;84 DeclRefExpr *PrivateCopy = nullptr;85 SourceLocation ImplicitDSALoc;86 bool AppliedToPointee = false;88 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData() argument