Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h205 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp850 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective() function in clang
858 return isOpenMPNestingTeamsDirective(DKind) || in isOpenMPTeamsDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3105 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()
3204 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) { in checkNestingOfRegions()