Searched refs:isOpenMPNestingTeamsDirective (Results 1 – 3 of 3) sorted by relevance
234 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
568 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang577 return isOpenMPNestingTeamsDirective(DKind) || DKind == OMPD_target_teams || in isOpenMPTeamsDirective()
4992 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()5106 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()