Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2682 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
2685 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
2697 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs()
2700 return llvm::makeArrayRef(getSourceExprs().end(), varlist_size()); in getDestinationExprs()
2792 return helper_expr_const_range(getSourceExprs().begin(), in source_exprs()
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
4179 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
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()