Home
last modified time | relevance | path

Searched refs:taskgroup_descriptors (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp674 for (auto *E : C->taskgroup_descriptors()) { in VisitOMPInReductionClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h3503 helper_expr_const_range taskgroup_descriptors() const { in taskgroup_descriptors() function
3508 helper_expr_range taskgroup_descriptors() { in taskgroup_descriptors() function
DRecursiveASTVisitor.h3376 for (auto *E : C->taskgroup_descriptors())
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6480 for (auto *E : C->taskgroup_descriptors()) in VisitOMPInReductionClause()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp4074 auto ITD = C->taskgroup_descriptors().begin(); in EmitOMPTaskBasedDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2432 for (auto *E : C->taskgroup_descriptors()) in VisitOMPInReductionClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4368 for (Expr *E : IRC->taskgroup_descriptors()) in ActOnOpenMPRegionEnd()
5098 for (Expr *E : IRC->taskgroup_descriptors()) in ActOnOpenMPExecutableDirective()