ΒΆbool isOpenMPLoopBoundSharingDirective(
    clang::OpenMPDirectiveKind Kind)

Description

Checks if the specified directive kind is one of the composite or combined directives that need loop bound sharing across loops outlined in nested functions

Declared at: clang/include/clang/Basic/OpenMPKinds.h:290

Parameters

clang::OpenMPDirectiveKind Kind