Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h305 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
/openbsd/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp672 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective() function in clang
680 return isOpenMPNestingDistributeDirective(Kind) || in isOpenMPDistributeDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp5223 isOpenMPNestingDistributeDirective(CurrentRegion)) { in checkNestingOfRegions()