Home
last modified time | relevance | path

Searched refs:isOpenMPNestingTeamsDirective (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h234 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp568 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang
577 return isOpenMPNestingTeamsDirective(DKind) || DKind == OMPD_target_teams || in isOpenMPTeamsDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4992 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()
5106 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()