Searched refs:getRHSExprs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 3267 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function 3270 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function 3421 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() 3425 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() 3585 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function 3588 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function 3685 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() 3689 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() 3816 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function 3930 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 764 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps() 863 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps() 916 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
|