Lines Matching defs:NumForLoops
15740 OMPClause *SemaOpenMP::ActOnOpenMPCollapseClause(Expr *NumForLoops,
15750 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse);
15760 Expr *NumForLoops) {
15766 if (NumForLoops && LParenLoc.isValid()) {
15768 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_ordered);
15771 NumForLoops = NumForLoopsResult.get();
15773 NumForLoops = nullptr;
15776 OMPOrderedClause::Create(getASTContext(), NumForLoops,
15777 NumForLoops ? DSAStack->getAssociatedLoops() : 0,
15779 DSAStack->setOrderedRegion(/*IsOrdered=*/true, NumForLoops, Clause);