Searched defs:setStep (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | OpenMPClause.h | 4048 void setStep(Expr *Step) { *(getFinals().end()) = Step; } in setStep() function |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 7951 bool OpenMPIterationSpaceChecker::setStep(Expr *NewStep, bool Subtract) { in setStep() function in __anon1dd12e443c11::OpenMPIterationSpaceChecker |