Searched refs:NumForLoops (Results 1 – 3 of 3) sorted by relevance
379 Stmt *NumForLoops; variable382 void setNumForLoops(Expr *Num) { NumForLoops = Num; } in setNumForLoops()395 NumForLoops(Num) {} in OMPCollapseClause()401 LParenLoc(SourceLocation()), NumForLoops(nullptr) {} in OMPCollapseClause()409 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops()415 StmtRange children() { return StmtRange(&NumForLoops, &NumForLoops + 1); } in children()
3674 OMPClause *Sema::ActOnOpenMPCollapseClause(Expr *NumForLoops, in ActOnOpenMPCollapseClause() argument3684 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse); in ActOnOpenMPCollapseClause()
7646 OMPClause *ActOnOpenMPCollapseClause(Expr *NumForLoops,