Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3051 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function
3054 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function
3063 return MutableArrayRef<Expr *>(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()
3066 return llvm::makeArrayRef(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()
3197 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()
3198 getInscanCopyOps().end()); in copy_ops()
3202 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()
3203 getInscanCopyOps().end()); in copy_ops()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp752 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()