Searched refs:getUpdates (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2681 MutableArrayRef<Expr *> getUpdates() { in getUpdates() function 2684 ArrayRef<const Expr *> getUpdates() const { in getUpdates() function 2690 return MutableArrayRef<Expr *>(getUpdates().end(), varlist_size()); in getFinals() 2693 return llvm::makeArrayRef(getUpdates().end(), varlist_size()); in getFinals() 2807 return updates_range(getUpdates().begin(), getUpdates().end()); in updates() 2811 return updates_const_range(getUpdates().begin(), getUpdates().end()); in updates()
|
| H A D | StmtOpenMP.h | 425 MutableArrayRef<Expr *> getUpdates() { in getUpdates() function 989 ArrayRef<Expr *> updates() { return getUpdates(); } in updates() 992 return const_cast<OMPLoopDirective *>(this)->getUpdates(); in updates()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 393 std::copy(FL.begin(), FL.end(), getUpdates().end()); in setFinals() 414 std::fill(Clause->getUpdates().end(), Clause->getUpdates().end() + VL.size(), in Create()
|
| H A D | StmtOpenMP.cpp | 48 std::copy(A.begin(), A.end(), getUpdates().begin()); in setUpdates()
|