Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h423 bool isOpenMPOrderConcurrentNestableDirective(OpenMPDirectiveKind DKind,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp787 bool clang::isOpenMPOrderConcurrentNestableDirective( in isOpenMPOrderConcurrentNestableDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4810 !isOpenMPOrderConcurrentNestableDirective(CurrentRegion, in checkNestingOfRegions()