Searched defs:DSAVarData (Results 1 – 2 of 2) sorted by relevance
52 struct DSAVarData final { struct in __anon216cbd260111::DSAStackTy53 OpenMPDirectiveKind DKind = OMPD_unknown;54 OpenMPClauseKind CKind = OMPC_unknown;55 Expr *RefExpr = nullptr;56 DeclRefExpr *PrivateCopy = nullptr;57 SourceLocation ImplicitDSALoc;58 DSAVarData() {} in DSAVarData() argument
66 struct DSAVarData { struct in __anonf152f9340111::DSAStackTy67 OpenMPDirectiveKind DKind = OMPD_unknown;68 OpenMPClauseKind CKind = OMPC_unknown;69 unsigned Modifier = 0;70 const Expr *RefExpr = nullptr;71 DeclRefExpr *PrivateCopy = nullptr;72 SourceLocation ImplicitDSALoc;73 bool AppliedToPointee = false;75 DSAVarData(OpenMPDirectiveKind DKind, OpenMPClauseKind CKind, in DSAVarData() argument