Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h246 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp541 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective() function in clang
549 return isOpenMPNestingDistributeDirective(Kind) || in isOpenMPDistributeDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4857 isOpenMPNestingDistributeDirective(CurrentRegion)) { in checkNestingOfRegions()