Searched defs:DependData (Results 1 – 1 of 1) sorted by relevance
108 struct DependData { struct109 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;110 const Expr *IteratorExpr = nullptr;111 SmallVector<const Expr *, 4> DepExprs;113 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() argument