Searched refs:getRHSExprs (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3184 MutableArrayRef<Expr *> getRHSExprs() { function in class:clang::final
3187 ArrayRef<const Expr *> getRHSExprs() const { function in class:clang::final
3199 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size());
3202 return llvm::ArrayRef(getRHSExprs().end(), varlist_size());
3338 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end());
3342 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end());
3502 MutableArrayRef<Expr *> getRHSExprs() { function in class:clang::final
3505 ArrayRef<const Expr *> getRHSExprs() cons function in class:clang::final
3733 MutableArrayRef<Expr *> getRHSExprs() { function in class:clang::final
3736 ArrayRef<const Expr *> getRHSExprs() const { function in class:clang::final
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp759 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());
858 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());
911 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());

Completed in 600 milliseconds