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

References

tools/clang/include/clang/Basic/OpenMPKinds.def
  477 OPENMP_PARALLEL_SECTIONS_CLAUSE(if)
  478 OPENMP_PARALLEL_SECTIONS_CLAUSE(num_threads)
  479 OPENMP_PARALLEL_SECTIONS_CLAUSE(default)
  480 OPENMP_PARALLEL_SECTIONS_CLAUSE(proc_bind)
  481 OPENMP_PARALLEL_SECTIONS_CLAUSE(private)
  482 OPENMP_PARALLEL_SECTIONS_CLAUSE(firstprivate)
  483 OPENMP_PARALLEL_SECTIONS_CLAUSE(shared)
  484 OPENMP_PARALLEL_SECTIONS_CLAUSE(reduction)
  485 OPENMP_PARALLEL_SECTIONS_CLAUSE(copyin)
  486 OPENMP_PARALLEL_SECTIONS_CLAUSE(lastprivate)
  487 OPENMP_PARALLEL_SECTIONS_CLAUSE(allocate)