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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1918 MutableArrayRef<Expr *> getPrivateCopies() { function in class:clang::final
1921 ArrayRef<const Expr *> getPrivateCopies() const { function in class:clang::final
1952 return private_copies_range(getPrivateCopies().begin(),
1953 getPrivateCopies().end());
1957 return private_copies_const_range(getPrivateCopies().begin(),
1958 getPrivateCopies().end());
2027 MutableArrayRef<Expr *> getPrivateCopies() { function in class:clang::final
2030 ArrayRef<const Expr *> getPrivateCopies() const { function in class:clang::final
2042 return MutableArrayRef<Expr *>(getPrivateCopies().end(), varlist_size());
2045 return llvm::makeArrayRef(getPrivateCopies()
2189 MutableArrayRef<Expr *> getPrivateCopies() { function in class:clang::final
2192 ArrayRef<const Expr *> getPrivateCopies() const { function in class:clang::final
6070 MutableArrayRef<Expr *> getPrivateCopies() { function in class:clang::final
6073 ArrayRef<const Expr *> getPrivateCopies() const { function in class:clang::final
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp353 std::copy(VL.begin(), VL.end(), getPrivateCopies().end());
387 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end());
1063 std::copy(VL.begin(), VL.end(), getPrivateCopies().end());

Completed in 47 milliseconds