Searched defs:DSAVarData (Results 1 – 1 of 1) sorted by relevance
73 struct DSAVarData { struct in __anon8e68b8fa0111::DSAStackTy74 OpenMPDirectiveKind DKind = OMPD_unknown;75 OpenMPClauseKind CKind = OMPC_unknown;76 unsigned Modifier = 0;77 const Expr *RefExpr = nullptr;78 DeclRefExpr *PrivateCopy = nullptr;79 SourceLocation ImplicitDSALoc;80 bool AppliedToPointee = false;82 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData() function