Searched refs:isOpenMPNestingDistributeDirective (Results 1 – 3 of 3) sorted by relevance
337 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
676 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective() function in clang
5028 if (!NestingProhibited && isOpenMPNestingDistributeDirective(CurrentRegion)) { in checkNestingOfRegions()