Searched refs:isOpenMPLoopDirective (Results 1 – 7 of 7) sorted by relevance
237 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
551 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
2867 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()2956 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) && in ParseOpenMPDeclarativeOrExecutableDirective()
440 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()446 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()452 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()2492 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()2498 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()2550 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()9089 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()9252 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
8691 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
954 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()
2784 isOpenMPLoopDirective(DKind) in emitForStaticInit()2826 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()