Searched refs:isOpenMPLoopDirective (Results 1 – 7 of 7) sorted by relevance
244 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
576 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
2459 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPExecutableDirective()2548 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) && in ParseOpenMPExecutableDirective()
450 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()456 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()462 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()2523 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()2529 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()2582 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective()) && in isOpenMPPrivateDecl()9060 if (AssociatedLoops == 0 || !isOpenMPLoopDirective(DKind)) in ActOnOpenMPLoopInitialization()9241 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
9156 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
969 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()
2626 isOpenMPLoopDirective(DKind) in emitForStaticInit()2673 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()