Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1450 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
1453 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
1465 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps()
1468 return llvm::makeArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps()
1532 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
1535 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
/external/clang/lib/AST/
DStmt.cpp1532 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()