Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2978 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
2981 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
2992 return MutableArrayRef<Expr *>(getDestinationExprs().end(), varlist_size()); in getAssignmentOps()
2995 return llvm::ArrayRef(getDestinationExprs().end(), varlist_size()); in getAssignmentOps()
3083 return helper_expr_const_range(getDestinationExprs().begin(), in destination_exprs()
3084 getDestinationExprs().end()); in destination_exprs()
3088 return helper_expr_range(getDestinationExprs().begin(), in destination_exprs()
3089 getDestinationExprs().end()); in destination_exprs()
4473 MutableArrayRef<Expr *> getDestinationExprs() { in getDestinationExprs() function
4476 ArrayRef<const Expr *> getDestinationExprs() const { in getDestinationExprs() function
[all …]
/src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp510 getDestinationExprs().end()); in setAssignmentOps()
676 getDestinationExprs().end()); in setAssignmentOps()
717 getDestinationExprs().end()); in setAssignmentOps()