Home
last modified time | relevance | path

Searched refs:getPrivateCopies (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2679 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function
2682 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function
2713 return private_copies_range(getPrivateCopies().begin(), in private_copies()
2714 getPrivateCopies().end()); in private_copies()
2718 return private_copies_const_range(getPrivateCopies().begin(), in private_copies()
2719 getPrivateCopies().end()); in private_copies()
2788 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function
2791 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function
2803 return MutableArrayRef<Expr *>(getPrivateCopies().end(), varlist_size()); in getInits()
2806 return llvm::ArrayRef(getPrivateCopies().end(), varlist_size()); in getInits()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp461 std::copy(VL.begin(), VL.end(), getPrivateCopies().end()); in setInits()
495 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end()); in setSourceExprs()
1308 std::copy(VL.begin(), VL.end(), getPrivateCopies().end()); in setInits()