Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1735 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function
1738 ArrayRef<const Expr *> getLHSExprs() const { in getLHSExprs() function
1751 return MutableArrayRef<Expr *>(getLHSExprs().end(), varlist_size()); in getRHSExprs()
1754 return llvm::makeArrayRef(getLHSExprs().end(), varlist_size()); in getRHSExprs()
1839 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
1842 return helper_expr_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
/external/clang/lib/AST/
DOpenMPClause.cpp468 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs()