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

/external/clang/include/clang/AST/
H A DOpenMPClause.h326 Stmt *NumForLoops; member in class:clang::OMPCollapseClause
329 void setNumForLoops(Expr *Num) { NumForLoops = Num; }
342 NumForLoops(Num) {}
348 LParenLoc(SourceLocation()), NumForLoops(nullptr) {}
356 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
362 StmtRange children() { return StmtRange(&NumForLoops, &NumForLoops + 1); }
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp2065 OMPClause *Sema::ActOnOpenMPCollapseClause(Expr *NumForLoops, argument
2075 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse);
/external/clang/include/clang/Sema/
H A DSema.h7380 OMPClause *ActOnOpenMPCollapseClause(Expr *NumForLoops,

Completed in 647 milliseconds