Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h1723 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
1726 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
1816 getSourceExprs().end()); in source_exprs()
1820 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
2976 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
2979 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
3051 getSourceExprs().end()); in source_exprs()
3055 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
3128 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
3131 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp321 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
460 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
501 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()