Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2924 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
2927 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
3035 getSourceExprs().end()); in source_exprs()
3039 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
4420 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
4423 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
4495 getSourceExprs().end()); in source_exprs()
4499 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
4585 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
4588 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp502 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
668 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
709 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()