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