Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3866 MutableArrayRef<Expr *> getInscanCopyOps() { in getInscanCopyOps() function
3869 ArrayRef<const Expr *> getInscanCopyOps() const { in getInscanCopyOps() function
3878 return {getInscanCopyOps().end(), varlist_size()}; in getInscanCopyArrayTemps()
3881 return {getInscanCopyOps().end(), varlist_size()}; in getInscanCopyArrayTemps()
4033 return helper_expr_const_range(getInscanCopyOps().begin(), in copy_ops()
4034 getInscanCopyOps().end()); in copy_ops()
4038 return helper_expr_range(getInscanCopyOps().begin(), in copy_ops()
4039 getInscanCopyOps().end()); in copy_ops()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp779 llvm::copy(CopyArrayTemps, getInscanCopyOps().end()); in setInscanCopyArrayTemps()