ΒΆbool isOpenMPTaskLoopDirective(
    clang::OpenMPDirectiveKind DKind)

Description

Checks if the specified directive is a taskloop directive.

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

Parameters

clang::OpenMPDirectiveKind DKind
Specified directive.

Returns

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