Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3461 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
3464 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
3476 return {getSourceExprs().end(), varlist_size()}; in getDestinationExprs()
3479 return {getSourceExprs().end(), varlist_size()}; in getDestinationExprs()
3571 return helper_expr_const_range(getSourceExprs().begin(), in source_exprs()
3572 getSourceExprs().end()); in source_exprs()
3576 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs()
5014 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function
5017 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function
5028 return {getSourceExprs().end(), varlist_size()}; in getDestinationExprs()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp503 llvm::copy(DstExprs, getSourceExprs().end()); in setDestinationExprs()
668 llvm::copy(DstExprs, getSourceExprs().end()); in setDestinationExprs()
708 llvm::copy(DstExprs, getSourceExprs().end()); in setDestinationExprs()