reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  316 OPENMP_CLAUSE(dist_schedule, OMPDistScheduleClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 5579       : OMPClause(OMPC_dist_schedule, StartLoc, EndLoc),
 5587       : OMPClause(OMPC_dist_schedule, SourceLocation(), SourceLocation()),
 5626     return T->getClauseKind() == OMPC_dist_schedule;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3322   TRY_TO(VisitOMPClauseWithPreInit(C));
 3323   TRY_TO(TraverseStmt(C->getChunkSize()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  752 OPENMP_DISTRIBUTE_CLAUSE(dist_schedule)
  762 OPENMP_DISTRIBUTE_PARALLEL_FOR_CLAUSE(dist_schedule)
  778 OPENMP_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(dist_schedule)
  799 OPENMP_DISTRIBUTE_SIMD_CLAUSE(dist_schedule)
  861 OPENMP_TEAMS_DISTRIBUTE_CLAUSE(dist_schedule)
  874 OPENMP_TEAMS_DISTRIBUTE_SIMD_CLAUSE(dist_schedule)
  885 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(dist_schedule)
  906 OPENMP_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(dist_schedule)
  954 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(dist_schedule)
  974 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(dist_schedule)
  998 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(dist_schedule)
 1024 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(dist_schedule)
tools/clang/lib/AST/OpenMPClause.cpp
   63   case OMPC_dist_schedule:
  162   case OMPC_dist_schedule:
 1617                            OMPC_dist_schedule, Node->getDistScheduleKind());
tools/clang/lib/Basic/OpenMPKinds.cpp
  135   case OMPC_dist_schedule:
  309   case OMPC_dist_schedule:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4063   case OMPC_dist_schedule:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2041   case OMPC_dist_schedule:
 2326   } else if (Kind == OMPC_dist_schedule) {
 2375                           (Kind == OMPC_dist_schedule && DelimLoc.isValid()) ||
tools/clang/lib/Sema/SemaOpenMP.cpp
 4591       case OMPC_dist_schedule:
10309   case OMPC_dist_schedule:
10706   case OMPC_dist_schedule:
11374   case OMPC_dist_schedule:
11499   case OMPC_dist_schedule:
11768   case OMPC_dist_schedule:
11976   case OMPC_dist_schedule:
16076     Values += getOpenMPSimpleClauseTypeName(OMPC_dist_schedule, 0);
16079         << Values << getOpenMPClauseName(OMPC_dist_schedule);
16107                      DSAStack->getCurrentDirective(), OMPC_dist_schedule) !=
tools/clang/lib/Sema/TreeTransform.h
 9165   ExprResult E = getDerived().TransformExpr(C->getChunkSize());
 9169       C->getDistScheduleKind(), E.get(), C->getBeginLoc(), C->getLParenLoc(),
 9169       C->getDistScheduleKind(), E.get(), C->getBeginLoc(), C->getLParenLoc(),
 9169       C->getDistScheduleKind(), E.get(), C->getBeginLoc(), C->getLParenLoc(),
 9170       C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
 9170       C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
 9170       C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12427   case OMPC_dist_schedule: