Searched defs:ExprStmt (Results 1 – 7 of 7) sorted by relevance
802 struct ExprStmt : public Stmt { struct803 explicit ExprStmt(const TreeRef& tree) : Stmt(tree) { in ExprStmt() argument809 static ExprStmt create(const SourceRange& range, const Expr& list) { in create() argument
136 type ExprStmt struct { struct137 commentsRef138 X Expr141 func (x *ExprStmt) Span() (start, end Position) {
633 ExprStmt struct { struct634 X Expr // expression769 func (s *ExprStmt) Pos() token.Pos { return s.X.Pos() }796 func (s *ExprStmt) End() token.Pos { return s.X.End() }855 func (*ExprStmt) stmtNode() {}
360 ExprStmt struct { struct361 X Expr362 simpleStmt
239 func findLineComment(cm ast.CommentMap, stmt *ast.ExprStmt) *ast.Comment {
378 class ExprStmt(Stmt): class
372 class ExprStmt(Stmt): class