Searched defs:DSAVarData (Results 1 – 1 of 1) sorted by relevance
70 struct DSAVarData { struct in __anon296aa5740111::DSAStackTy71 OpenMPDirectiveKind DKind = OMPD_unknown;72 OpenMPClauseKind CKind = OMPC_unknown;73 unsigned Modifier = 0;74 const Expr *RefExpr = nullptr;75 DeclRefExpr *PrivateCopy = nullptr;76 SourceLocation ImplicitDSALoc;77 bool AppliedToPointee = false;79 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData() argument