HomeSort by: relevance | last modified time | path
    Searched refs:getRHSExprs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2917 MutableArrayRef<Expr *> getRHSExprs() {
2920 ArrayRef<const Expr *> getRHSExprs() const {
2932 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size());
2935 return llvm::makeArrayRef(getRHSExprs().end(), varlist_size());
3071 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end());
3075 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end());
3235 MutableArrayRef<Expr *> getRHSExprs() {
3238 ArrayRef<const Expr *> getRHSExprs() const
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 735 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());
834 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());
887 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());

Completed in 26 milliseconds