Searched refs:getUpdates (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp467 std::copy(FL.begin(), FL.end(), getUpdates().end());
496 std::fill(Clause->getUpdates().end(), Clause->getUpdates().end() + VL.size(),
H A DStmtOpenMP.cpp135 std::copy(A.begin(), A.end(), getUpdates().begin());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3241 MutableArrayRef<Expr *> getUpdates() { function in class:clang::final
3244 ArrayRef<const Expr *> getUpdates() const { function in class:clang::final
3250 return MutableArrayRef<Expr *>(getUpdates().end(), varlist_size());
3253 return llvm::makeArrayRef(getUpdates().end(), varlist_size());
3378 return updates_range(getUpdates().begin(), getUpdates().end());
3382 return updates_const_range(getUpdates().begin(), getUpdates().end());
H A DStmtOpenMP.h509 MutableArrayRef<Expr *> getUpdates() { function in class:clang::OMPLoopDirective
1122 ArrayRef<Expr *> updates() { return getUpdates(); }
1125 return const_cast<OMPLoopDirective *>(this)->getUpdates();

Completed in 216 milliseconds