Searched refs:isOpenMPLoopBoundSharingDirective (Results 1 – 5 of 5) sorted by relevance
220 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
713 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
2200 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) { in VisitOMPLoopDirective()
2512 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) { in VisitOMPLoopDirective()
5162 if (isOpenMPLoopBoundSharingDirective(DKind)) { in CheckOpenMPLoop()