ΒΆbool isOpenMPGenericLoopDirective(
    clang::OpenMPDirectiveKind DKind)

Description

Checks if the specified directive constitutes a 'loop' directive in the outermost nest. For example, 'omp teams loop' or 'omp loop'.

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

Parameters

clang::OpenMPDirectiveKind DKind
Specified directive.

Returns

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