Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h261 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp601 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective() function in clang
609 return isOpenMPNestingDistributeDirective(Kind) || in isOpenMPDistributeDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5159 isOpenMPNestingDistributeDirective(CurrentRegion)) { in checkNestingOfRegions()