Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h958 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function
961 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function
993 return private_copies_range(getPrivateCopies().begin(), in private_copies()
994 getPrivateCopies().end()); in private_copies()
997 return private_copies_const_range(getPrivateCopies().begin(), in private_copies()
998 getPrivateCopies().end()); in private_copies()
1050 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function
1053 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function
1065 return MutableArrayRef<Expr *>(getPrivateCopies().end(), varlist_size()); in getInits()
1068 return llvm::makeArrayRef(getPrivateCopies().end(), varlist_size()); in getInits()
[all …]
/external/clang/lib/AST/
DStmt.cpp1222 std::copy(VL.begin(), VL.end(), getPrivateCopies().end()); in setInits()
1259 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end()); in setSourceExprs()