Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h2799 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
2802 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
2910 getSourceExprs().end()); in source_exprs()
2914 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
4282 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
4285 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
4357 getSourceExprs().end()); in source_exprs()
4361 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
4447 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
4450 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp490 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
654 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
695 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()