Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp746 void OMPReductionClause::setInscanCopyArrayTemps( in setInscanCopyArrayTemps() function in OMPReductionClause
787 Clause->setInscanCopyArrayTemps(CopyArrayTemps); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2951 void setInscanCopyArrayTemps(ArrayRef<Expr *> CopyArrayTemps);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12292 C->setInscanCopyArrayTemps(Vars); in VisitOMPReductionClause()