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