Searched refs:getSourceExprs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 2964 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 2967 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 2979 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 2982 return llvm::ArrayRef(getSourceExprs().end(), varlist_size()); in getDestinationExprs() 3074 return helper_expr_const_range(getSourceExprs().begin(), in source_exprs() 3075 getSourceExprs().end()); in source_exprs() 3079 return helper_expr_range(getSourceExprs().begin(), getSourceExprs().end()); in source_exprs() 4460 MutableArrayRef<Expr *> getSourceExprs() { in getSourceExprs() function 4463 ArrayRef<const Expr *> getSourceExprs() const { in getSourceExprs() function 4474 return MutableArrayRef<Expr *>(getSourceExprs().end(), varlist_size()); in getDestinationExprs() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 502 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 668 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs() 709 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end()); in setDestinationExprs()
|