Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1610 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function
1613 ArrayRef<const Expr *> getLHSExprs() const { in getLHSExprs() function
1626 return MutableArrayRef<Expr *>(getLHSExprs().end(), varlist_size()); in getRHSExprs()
1629 return llvm::makeArrayRef(getLHSExprs().end(), varlist_size()); in getRHSExprs()
1710 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
1713 return helper_expr_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
/external/clang/lib/AST/
DOpenMPClause.cpp360 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs()