Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1215 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function
1218 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function
1250 return private_copies_range(getPrivateCopies().begin(), in private_copies()
1251 getPrivateCopies().end()); in private_copies()
1254 return private_copies_const_range(getPrivateCopies().begin(), in private_copies()
1255 getPrivateCopies().end()); in private_copies()
1314 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function
1317 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function
1329 return MutableArrayRef<Expr *>(getPrivateCopies().end(), varlist_size()); in getInits()
1332 return llvm::makeArrayRef(getPrivateCopies().end(), varlist_size()); in getInits()
[all …]
/external/clang/lib/AST/
DOpenMPClause.cpp199 std::copy(VL.begin(), VL.end(), getPrivateCopies().end()); in setInits()
233 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end()); in setSourceExprs()