Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h379 Stmt *NumForLoops; variable
382 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()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3674 OMPClause *Sema::ActOnOpenMPCollapseClause(Expr *NumForLoops, in ActOnOpenMPCollapseClause() argument
3684 VerifyPositiveIntegerConstantInClause(NumForLoops, OMPC_collapse); in ActOnOpenMPCollapseClause()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h7646 OMPClause *ActOnOpenMPCollapseClause(Expr *NumForLoops,