Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp919 void OMPInReductionClause::setTaskgroupDescriptors( in setTaskgroupDescriptors() function in OMPInReductionClause
943 Clause->setTaskgroupDescriptors(TaskgroupDescriptors); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3878 void setTaskgroupDescriptors(ArrayRef<Expr *> ReductionOps);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11149 C->setTaskgroupDescriptors(Vars); in VisitOMPInReductionClause()