Home | History | Annotate | Download | only in AST

Lines Matching defs:getStep

1886   Expr *getStep() { return *(getFinals().end()); }
1888 const Expr *getStep() const { return *(getFinals().end()); }