Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3184 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
3187 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
3338 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3342 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3502 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
3505 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
3602 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3606 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3733 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
3847 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp759 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
858 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
911 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()