Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp890 void OMPInReductionClause::setTaskgroupDescriptors( in setTaskgroupDescriptors() function in OMPInReductionClause
914 Clause->setTaskgroupDescriptors(TaskgroupDescriptors); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h3488 void setTaskgroupDescriptors(ArrayRef<Expr *> ReductionOps);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12367 C->setTaskgroupDescriptors(Vars); in VisitOMPInReductionClause()