Searched refs:isOpenMPNestingTeamsDirective (Results 1 – 3 of 3) sorted by relevance
205 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
850 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang858 return isOpenMPNestingTeamsDirective(DKind) || in isOpenMPTeamsDirective()
3105 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()3204 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()