Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h285 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp619 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4863 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()
4977 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()