Searched refs:isOpenMPNestingTeamsDirective (Results 1 – 3 of 3) sorted by relevance
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
505 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang513 return isOpenMPNestingTeamsDirective(DKind) || in isOpenMPTeamsDirective()
4571 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()4677 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()