Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3210 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function
3213 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function
3222 return MutableArrayRef<Expr *>(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()
3225 return llvm::ArrayRef(getInscanCopyOps().end(), varlist_size()); in getInscanCopyArrayTemps()
3356 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()
3357 getInscanCopyOps().end()); in copy_ops()
3361 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()
3362 getInscanCopyOps().end()); in copy_ops()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp776 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()