Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2855 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
2858 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
2869 return MutableArrayRef<Expr *>(getDestinationExprs().end(), varlist_size()); in getAssignmentOps()
2872 return llvm::ArrayRef(getDestinationExprs().end(), varlist_size()); in getAssignmentOps()
2960 return helper_expr_const_range(getDestinationExprs().begin(), in destination_exprs()
2961 getDestinationExprs().end()); in destination_exprs()
2965 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
2966 getDestinationExprs().end()); in destination_exprs()
4337 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
4340 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp507 getDestinationExprs().end()); in setAssignmentOps()
671 getDestinationExprs().end()); in setAssignmentOps()
712 getDestinationExprs().end()); in setAssignmentOps()