Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h408 bool isOpenMPInformationalDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp747 bool clang::isOpenMPInformationalDirective(OpenMPDirectiveKind DKind) { in isOpenMPInformationalDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2439 assert(isOpenMPInformationalDirective(DKind) && in ParseOpenMPInformationalDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6956 assert(isOpenMPInformationalDirective(Kind) && in ActOnOpenMPInformationalDirective()