Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3232 MutableArrayRef<Expr *> getInscanCopyArrayElems() { in getInscanCopyArrayElems() function
3236 ArrayRef<const Expr *> getInscanCopyArrayElems() const { in getInscanCopyArrayElems() function
3376 return helper_expr_const_range(getInscanCopyArrayElems().begin(), in copy_array_elems()
3377 getInscanCopyArrayElems().end()); in copy_array_elems()
3381 return helper_expr_range(getInscanCopyArrayElems().begin(), in copy_array_elems()
3382 getInscanCopyArrayElems().end()); in copy_array_elems()