Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h2813 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
2816 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
2923 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
2924 getDestinationExprs().end()); in destination_exprs()
4295 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
4298 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
4370 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
4371 getDestinationExprs().end()); in destination_exprs()
4460 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
4463 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp498 getDestinationExprs().end()); in setAssignmentOps()
662 getDestinationExprs().end()); in setAssignmentOps()
703 getDestinationExprs().end()); in setAssignmentOps()