Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3176 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function
3179 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function
3210 return private_copies_range(getPrivateCopies().begin(), in private_copies()
3211 getPrivateCopies().end()); in private_copies()
3215 return private_copies_const_range(getPrivateCopies().begin(), in private_copies()
3216 getPrivateCopies().end()); in private_copies()
3285 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function
3288 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function
3300 return {getPrivateCopies().end(), varlist_size()}; in getInits()
3303 return {getPrivateCopies().end(), varlist_size()}; in getInits()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp462 llvm::copy(VL, getPrivateCopies().end()); in setInits()
496 llvm::copy(SrcExprs, getPrivateCopies().end()); in setSourceExprs()
1327 llvm::copy(VL, getPrivateCopies().end()); in setInits()