Searched refs:getPrivateCopies (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 1215 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/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 2195 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function 2198 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function 2229 return private_copies_range(getPrivateCopies().begin(), in private_copies() 2230 getPrivateCopies().end()); in private_copies() 2234 return private_copies_const_range(getPrivateCopies().begin(), in private_copies() 2235 getPrivateCopies().end()); in private_copies() 2304 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() function 2307 ArrayRef<const Expr *> getPrivateCopies() const { in getPrivateCopies() function 2319 return MutableArrayRef<Expr *>(getPrivateCopies().end(), varlist_size()); in getInits() 2322 return llvm::makeArrayRef(getPrivateCopies().end(), varlist_size()); in getInits() [all …]
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 199 std::copy(VL.begin(), VL.end(), getPrivateCopies().end()); in setInits() 233 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end()); in setSourceExprs()
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 422 std::copy(VL.begin(), VL.end(), getPrivateCopies().end()); in setInits() 456 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end()); in setSourceExprs() 1208 std::copy(VL.begin(), VL.end(), getPrivateCopies().end()); in setInits()
|