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

/external/clang/include/clang/AST/
H A DOpenMPClause.h470 Stmt *NumForLoops; member in class:clang::OMPCollapseClause
473 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
486 NumForLoops(Num) {}
492 LParenLoc(SourceLocation()), NumForLoops(nullptr) {}
500 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
506 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); }
792 Stmt *NumForLoops; member in class:clang::OMPOrderedClause
795 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
808 NumForLoops(Nu
[all...]

Completed in 31 milliseconds