Home
last modified time | relevance | path

Searched refs:isOpenMPExecutableDirective (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h378 bool isOpenMPExecutableDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp706 bool clang::isOpenMPExecutableDirective(OpenMPDirectiveKind DKind) { in isOpenMPExecutableDirective() function in clang
714 if (isOpenMPExecutableDirective(DKind)) { in isOpenMPCapturingDirective()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2400 assert(isOpenMPExecutableDirective(DKind) && "Unexpected directive category"); in ParseOpenMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6081 assert(isOpenMPExecutableDirective(Kind) && "Unexpected directive category"); in ActOnOpenMPExecutableDirective()