Lines Matching refs:SrcExprs
491 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() argument
492 assert(SrcExprs.size() == varlist_size() && "Number of source expressions is " in setSourceExprs()
495 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end()); in setSourceExprs()
515 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
523 Clause->setSourceExprs(SrcExprs); in Create()
657 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() argument
658 assert(SrcExprs.size() == varlist_size() && "Number of source expressions is " in setSourceExprs()
661 std::copy(SrcExprs.begin(), SrcExprs.end(), varlist_end()); in setSourceExprs()
681 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
687 Clause->setSourceExprs(SrcExprs); in Create()
698 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() argument
699 assert(SrcExprs.size() == varlist_size() && "Number of source expressions is " in setSourceExprs()
702 std::copy(SrcExprs.begin(), SrcExprs.end(), varlist_end()); in setSourceExprs()
722 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
728 Clause->setSourceExprs(SrcExprs); in Create()