Searched refs:isOpenMPNestingTeamsDirective (Results 1 – 3 of 3) sorted by relevance
285 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
667 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang676 return isOpenMPNestingTeamsDirective(DKind) || DKind == OMPD_target_teams || in isOpenMPTeamsDirective()
5071 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()5200 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()