Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h312 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp642 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5029 if (!NestingProhibited && isOpenMPNestingDistributeDirective(CurrentRegion)) { in checkNestingOfRegions()