Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h1737 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
1740 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
1829 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
1830 getDestinationExprs().end()); in destination_exprs()
2989 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
2992 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
3064 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
3065 getDestinationExprs().end()); in destination_exprs()
3141 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
3144 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp329 getDestinationExprs().end()); in setAssignmentOps()
468 getDestinationExprs().end()); in setAssignmentOps()
509 getDestinationExprs().end()); in setAssignmentOps()