ΒΆbool isOpenMPNestingDistributeDirective(
    clang::OpenMPDirectiveKind DKind)

Description

Checks if the specified composite/combined directive constitutes a distribute directive in the outermost nest. For example, 'omp distribute parallel for' or 'omp distribute'.

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

Parameters

clang::OpenMPDirectiveKind DKind
Specified directive.

Returns

true - the directive has distribute on the outermost nest. otherwise - false.