Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3127 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function
3130 ArrayRef<const Expr *> getLHSExprs() const { in getLHSExprs() function
3288 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
3292 return helper_expr_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
3446 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function
3449 ArrayRef<const Expr *> getLHSExprs() const { in getLHSExprs() function
3552 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
3556 return helper_expr_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
3677 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function
3797 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp743 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs()
842 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs()
895 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs()