Searched refs:getLHSExprs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 3292 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function 3295 ArrayRef<const Expr *> getLHSExprs() const { in getLHSExprs() function 3308 return MutableArrayRef<Expr *>(getLHSExprs().end(), varlist_size()); in getRHSExprs() 3311 return llvm::ArrayRef(getLHSExprs().end(), varlist_size()); in getRHSExprs() 3453 return helper_expr_const_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs() 3457 return helper_expr_range(getLHSExprs().begin(), getLHSExprs().end()); in lhs_exprs() 3611 MutableArrayRef<Expr *> getLHSExprs() { in getLHSExprs() function 3614 ArrayRef<const Expr *> getLHSExprs() const { in getLHSExprs() function 3626 return MutableArrayRef<Expr *>(getLHSExprs().end(), varlist_size()); in getRHSExprs() 3629 return llvm::ArrayRef(getLHSExprs().end(), varlist_size()); in getRHSExprs() [all …]
|
/freebsd/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()
|