Home
last modified time | relevance | path

Searched refs:setInscanCopyOps (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp738 void OMPReductionClause::setInscanCopyOps(ArrayRef<Expr *> Ops) { in setInscanCopyOps() function in OMPReductionClause
786 Clause->setInscanCopyOps(CopyOps); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2940 void setInscanCopyOps(ArrayRef<Expr *> Ops);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12288 C->setInscanCopyOps(Vars); in VisitOMPReductionClause()