Home
last modified time | relevance | path

Searched refs:isOpenMPLoopBoundSharingDirective (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h220 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp713 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2200 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) { in VisitOMPLoopDirective()
DASTReaderStmt.cpp2512 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) { in VisitOMPLoopDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5162 if (isOpenMPLoopBoundSharingDirective(DKind)) { in CheckOpenMPLoop()