Lines Matching refs:OpenMPDirectiveKind

436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) {  in isOpenMPLoopDirective()
458 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective()
473 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
480 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective()
496 bool clang::isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind) { in isOpenMPTargetExecutionDirective()
506 bool clang::isOpenMPTargetDataManagementDirective(OpenMPDirectiveKind DKind) { in isOpenMPTargetDataManagementDirective()
511 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective()
518 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
526 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
540 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective()
547 bool clang::isOpenMPDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPDistributeDirective()
569 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
573 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective()
582 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopTransformationDirective()
587 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
588 OpenMPDirectiveKind DKind) { in getOpenMPCaptureRegions()