Searched refs:isOpenMPLoopDirective (Results 1 – 7 of 7) sorted by relevance
269 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
610 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
2318 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPExecutableDirective()2409 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) && in ParseOpenMPExecutableDirective()
447 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()453 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()459 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()2499 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()2505 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()2558 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective()) && in isOpenMPPrivateDecl()9099 if (AssociatedLoops == 0 || !isOpenMPLoopDirective(DKind)) in ActOnOpenMPLoopInitialization()9282 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
9516 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
953 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()
2604 isOpenMPLoopDirective(DKind) in emitForStaticInit()2650 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()