Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3142 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
3145 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
3296 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3300 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3460 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
3463 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
3560 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3564 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3691 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
3805 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp750 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
849 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
902 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()