ΒΆbool isOpenMPLoopTransformationDirective(
clang::OpenMPDirectiveKind DKind)
bool isOpenMPLoopTransformationDirective(
clang::OpenMPDirectiveKind DKind)
Description
Checks if the specified directive is a loop transformation directive.
Declared at: clang/include/clang/Basic/OpenMPKinds.h:295
Parameters
- clang::OpenMPDirectiveKind DKind
- Specified directive.
Returns
True iff the directive is a loop transformation.