Searched defs:ExpressionStatement (Results 1 – 5 of 5) sorted by relevance
19 struct ExpressionStatement : public Statement { struct20 ExpressionStatement(std::unique_ptr<Expression> expression) in ExpressionStatement() function24 SkString description() const override { in description()28 std::unique_ptr<Expression> fExpression;30 typedef Statement INHERITED;
55 class ExpressionStatement : public Statement class
116 ExpressionStatement::ExpressionStatement (GeneratorState& state) in ExpressionStatement() function in rsg::ExpressionStatement
473 static PreParserStatement ExpressionStatement( in ExpressionStatement() function
865 ExpressionStatement(Expression* expression, int pos) in ExpressionStatement() function