Searched defs:WhileStatement (Results 1 – 2 of 2) sorted by relevance
19 struct WhileStatement : public Statement { struct20 WhileStatement(Position position, std::unique_ptr<Expression> test, in WhileStatement() argument26 SkString description() const override { in description()30 std::unique_ptr<Expression> fTest;31 const std::unique_ptr<Statement> fStatement;33 typedef Statement INHERITED;
647 WhileStatement(ZoneList<const AstRawString*>* labels, int pos) in WhileStatement() function3153 STATEMENT_WITH_LABELS(WhileStatement) in STATEMENT_WITH_LABELS() argument