Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp512 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang
520 return isOpenMPNestingTeamsDirective(DKind) || in isOpenMPTeamsDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4715 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()
4822 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()