ΒΆbool isOpenMPDistributeDirective(
    clang::OpenMPDirectiveKind DKind)

Description

Checks if the specified directive is a distribute directive.

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

Parameters

clang::OpenMPDirectiveKind DKind
Specified directive.

Returns

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