Searched refs:getLHSExprs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 3252 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function 3255 ArrayRef<const Expr *> getLHSExprs() const { in getLHSExprs() function 3413 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs() 3417 return helper_expr_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs() 3571 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function 3574 ArrayRef<const Expr *> getLHSExprs() const { in getLHSExprs() function 3677 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs() 3681 return helper_expr_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs() 3802 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function 3922 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 757 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs() 856 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs() 909 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end()); in setRHSExprs()
|