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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h249 bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp542 bool clang::isOpenMPNestingDistributeDirective(OpenMPDirectiveKind Kind) { function in class:clang
550 return isOpenMPNestingDistributeDirective(Kind) ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4635 isOpenMPNestingDistributeDirective(CurrentRegion)) {

Completed in 198 milliseconds