ΒΆbool isOpenMPParallelDirective(
clang::OpenMPDirectiveKind DKind)
bool isOpenMPParallelDirective(
clang::OpenMPDirectiveKind DKind)
Description
Checks if the specified directive is a parallel-kind directive.
Declared at: clang/include/clang/Basic/OpenMPKinds.h:211
Parameters
- clang::OpenMPDirectiveKind DKind
- Specified directive.
Returns
true - the directive is a parallel-like directive like 'omp parallel', otherwise - false.