Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2682 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
2685 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
2793 getSourceExprs().end()); in source_exprs()
2797 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
4165 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
4168 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
4240 getSourceExprs().end()); in source_exprs()
4244 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
4330 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
4333 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp482 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
639 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
680 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()