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