Lines Matching defs:NumForLoops
15611 OMPClause *SemaOpenMP::ActOnOpenMPCollapseClause(Expr *NumForLoops,
15621 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse);
15631 Expr *NumForLoops) {
15637 if (NumForLoops && LParenLoc.isValid()) {
15639 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_ordered);
15642 NumForLoops = NumForLoopsResult.get();
15644 NumForLoops = nullptr;
15647 OMPOrderedClause::Create(getASTContext(), NumForLoops,
15648 NumForLoops ? DSAStack->getAssociatedLoops() : 0,
15650 DSAStack->setOrderedRegion(/*IsOrdered=*/true, NumForLoops, Clause);