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