ΒΆbool isOpenMPWorksharingDirective(
    clang::OpenMPDirectiveKind DKind)

Description

Checks if the specified directive is a worksharing directive.

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

Parameters

clang::OpenMPDirectiveKind DKind
Specified directive.

Returns

true - the directive is a worksharing directive like 'omp for', otherwise - false.