Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2938 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
2941 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
3048 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
3049 getDestinationExprs().end()); in destination_exprs()
4433 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
4436 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
4508 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
4509 getDestinationExprs().end()); in destination_exprs()
4598 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
4601 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp510 getDestinationExprs().end()); in setAssignmentOps()
676 getDestinationExprs().end()); in setAssignmentOps()
717 getDestinationExprs().end()); in setAssignmentOps()