Lines Matching refs:SrcExprs
1255 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() argument
1256 assert(SrcExprs.size() == varlist_size() && "Number of source expressions is " in setSourceExprs()
1259 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end()); in setSourceExprs()
1279 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
1287 Clause->setSourceExprs(SrcExprs); in Create()
1398 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() argument
1399 assert(SrcExprs.size() == varlist_size() && "Number of source expressions is " in setSourceExprs()
1402 std::copy(SrcExprs.begin(), SrcExprs.end(), varlist_end()); in setSourceExprs()
1422 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
1430 Clause->setSourceExprs(SrcExprs); in Create()
1444 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() argument
1445 assert(SrcExprs.size() == varlist_size() && "Number of source expressions is " in setSourceExprs()
1448 std::copy(SrcExprs.begin(), SrcExprs.end(), varlist_end()); in setSourceExprs()
1468 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
1476 Clause->setSourceExprs(SrcExprs); in Create()