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

References

tools/clang/include/clang/Basic/OpenMPKinds.def
  355 OPENMP_FOR_CLAUSE(private)
  356 OPENMP_FOR_CLAUSE(lastprivate)
  357 OPENMP_FOR_CLAUSE(firstprivate)
  358 OPENMP_FOR_CLAUSE(reduction)
  359 OPENMP_FOR_CLAUSE(collapse)
  360 OPENMP_FOR_CLAUSE(schedule)
  361 OPENMP_FOR_CLAUSE(ordered)
  362 OPENMP_FOR_CLAUSE(nowait)
  363 OPENMP_FOR_CLAUSE(linear)
  364 OPENMP_FOR_CLAUSE(allocate)