ΒΆbool isOpenMPNestingTeamsDirective(
    clang::OpenMPDirectiveKind DKind)

Description

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

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

Parameters

clang::OpenMPDirectiveKind DKind
Specified directive.

Returns

true - the directive has teams on the outermost nest, otherwise - false.