Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp511 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang
519 return isOpenMPNestingTeamsDirective(DKind) || in isOpenMPTeamsDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4704 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()
4811 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()