Searched refs:getSourceExprs (Results 1 – 2 of 2) sorted by relevance
3461 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function3464 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function3476 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() function5017 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function5028 return {getSourceExprs().end(), varlist_size()}; in getDestinationExprs()[all …]
503 llvm::copy(DstExprs, getSourceExprs().end()); in setDestinationExprs()668 llvm::copy(DstExprs, getSourceExprs().end()); in setDestinationExprs()708 llvm::copy(DstExprs, getSourceExprs().end()); in setDestinationExprs()