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

References

tools/clang/include/clang/AST/StmtOpenMP.h
 1421       : OMPExecutableDirective(this, OMPSectionsDirectiveClass, OMPD_sections,
 1430       : OMPExecutableDirective(this, OMPSectionsDirectiveClass, OMPD_sections,
tools/clang/lib/Basic/OpenMPKinds.cpp
  451   case OMPD_sections:
  924          DKind == OMPD_sections || DKind == OMPD_section ||
 1110   case OMPD_sections:
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 3447   else if (Kind == OMPD_sections)
 6375   else if (CancelRegion == OMPD_sections)
 6676   case OMPD_sections:
 6985   case OMPD_sections:
 8759     case OMPD_sections:
 9519     case OMPD_sections:
10140     case OMPD_sections:
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  774     case OMPD_sections:
  848   case OMPD_sections:
 1015     case OMPD_sections:
 1095   case OMPD_sections:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2737   CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_sections, CodeGen,
 2758                                            OMPD_sections);
 2870   emitCommonOMPParallelDirective(*this, S, OMPD_sections, CodeGen,
 4624   assert(Kind == OMPD_for || Kind == OMPD_section || Kind == OMPD_sections ||
tools/clang/lib/Parse/ParseOpenMP.cpp
  117       {OMPD_parallel, OMPD_sections, OMPD_parallel_sections},
 1490   case OMPD_sections:
 1734   case OMPD_sections:
tools/clang/lib/Sema/SemaOpenMP.cpp
 3197   case OMPD_sections:
 3760       CancelRegion == OMPD_sections || CancelRegion == OMPD_taskgroup)
 3811       if (ParentRegion != OMPD_sections &&
 3852             (CancelRegion == OMPD_sections &&
 3853              (ParentRegion == OMPD_section || ParentRegion == OMPD_sections ||
 4334   case OMPD_sections:
10406     case OMPD_sections:
10478     case OMPD_sections:
10550     case OMPD_sections:
10620     case OMPD_sections:
10689     case OMPD_sections:
10761     case OMPD_sections:
10830     case OMPD_sections:
10902     case OMPD_sections:
tools/clang/lib/Sema/TreeTransform.h
 7976   getDerived().getSema().StartOpenMPDSABlock(OMPD_sections, DirName, nullptr,