Searched defs:NumForLoops (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h507 Stmt *NumForLoops; member in class:clang::OMPCollapseClause
510 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
523 NumForLoops(Num) {}
529 LParenLoc(SourceLocation()), NumForLoops(nullptr) {}
537 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
543 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); }
883 Stmt *NumForLoops; member in class:clang::OMPOrderedClause
886 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
899 NumForLoops(Nu
[all...]

Completed in 71 milliseconds