Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2696 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
2699 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
2806 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
2807 getDestinationExprs().end()); in destination_exprs()
4178 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
4181 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
4253 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
4254 getDestinationExprs().end()); in destination_exprs()
4343 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
4346 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp490 getDestinationExprs().end()); in setAssignmentOps()
647 getDestinationExprs().end()); in setAssignmentOps()
688 getDestinationExprs().end()); in setAssignmentOps()