Searched defs:WhileStatement (Results 1 – 5 of 5) sorted by relevance
19 struct WhileStatement : public Statement { struct20 WhileStatement(int offset, std::unique_ptr<Expression> test, in WhileStatement() argument27 return std::unique_ptr<Statement>(new WhileStatement(fOffset, fTest->clone(), in clone() argument31 String description() const override { in description()35 std::unique_ptr<Expression> fTest;36 std::unique_ptr<Statement> fStatement;38 typedef Statement INHERITED;
294 WhileStatement() : Statement(NodeKind::WhileStatement) {} in WhileStatement() function
3968 final public WhileStmt WhileStatement() {Expression condition; in WhileStatement() method in ASTParser
4078 final public WhileStmt WhileStatement() { in WhileStatement() method in ASTParser
4335 final public WhileStmt WhileStatement() throws ParseException {Expression condition; in WhileStatement() method in GeneratedJavaParser