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