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.h403 bool isOpenMPExecutableDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp740 bool clang::isOpenMPExecutableDirective(OpenMPDirectiveKind DKind) { in isOpenMPExecutableDirective() function in clang
755 if (isOpenMPExecutableDirective(DKind)) { in isOpenMPCapturingDirective()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2258 assert(isOpenMPExecutableDirective(DKind) && "Unexpected directive category"); in ParseOpenMPExecutableDirective()
3313 if (isOpenMPExecutableDirective(DK)) { in ParseOpenMPClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5993 assert(isOpenMPExecutableDirective(Kind) && "Unexpected directive category"); in ActOnOpenMPExecutableDirective()