Searched defs:DependData (Results 1 – 1 of 1) sorted by relevance
109 struct DependData { struct110 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;111 const Expr *IteratorExpr = nullptr;112 SmallVector<const Expr *, 4> DepExprs;114 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() function