Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
/external/llvm-project/clang/lib/Basic/
DOpenMPKinds.cpp505 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang
513 return isOpenMPNestingTeamsDirective(DKind) || in isOpenMPTeamsDirective()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4571 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()
4677 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()