Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h246 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
/external/llvm-project/clang/lib/Basic/
DOpenMPKinds.cpp534 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPNestingDistributeDirective() function in clang
542 return isOpenMPNestingDistributeDirective(Kind) || in isOpenMPDistributeDirective()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4712 isOpenMPNestingDistributeDirective(CurrentRegion)) { in checkNestingOfRegions()