Lines Matching defs:StepExpr
5395 /// condition. \param StepExpr Amount of increment after each iteration.
5401 Expr *StepExpr) {
5432 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step");
19182 Expr *StepExpr = Step;
19191 StepExpr = Val.get();
19195 buildVarDecl(SemaRef, StepLoc, StepExpr->getType(), ".linear.step");
19197 buildDeclRefExpr(SemaRef, SaveVar, StepExpr->getType(), StepLoc);
19199 SemaRef.getCurScope(), StepLoc, BO_Assign, SaveRef.get(), StepExpr);
19206 StepExpr->getIntegerConstantExpr(getASTContext())) {
19219 Vars, Privates, Inits, StepExpr, CalcStepExpr,