Searched defs:ExprStmt (Results 1 – 3 of 3) sorted by relevance
239 func findLineComment(cm ast.CommentMap, stmt *ast.ExprStmt) *ast.Comment {
360 ExprStmt struct { struct361 X Expr362 simpleStmt
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() {}