type go/ast.ExprStmt
18 uses
go/ast (current package)
ast.go#L656: ExprStmt struct {
ast.go#L792: func (s *ExprStmt) Pos() token.Pos { return s.X.Pos() }
ast.go#L819: func (s *ExprStmt) End() token.Pos { return s.X.End() }
ast.go#L878: func (*ExprStmt) stmtNode() {}
walk.go#L182: case *ExprStmt:
go/parser
parser.go#L2001: return &ast.ExprStmt{X: x[0]}, false
parser.go#L2085: if es, isExpr := s.(*ast.ExprStmt); isExpr {
parser.go#L2218: case *ast.ExprStmt:
parser.go#L2330: comm = &ast.ExprStmt{X: lhs[0]}
go/printer
nodes.go#L1380: case *ast.ExprStmt:
go/types
return.go#L30: case *ast.ExprStmt:
return.go#L115: case *ast.BadStmt, *ast.DeclStmt, *ast.EmptyStmt, *ast.ExprStmt,
stmt.go#L440: case *ast.ExprStmt:
stmt.go#L691: case *ast.ExprStmt:
stmt.go#L807: case *ast.ExprStmt:
golang.org/x/tools/go/ast/edge
edge.go#L216: ExprStmt_X: info[*ast.ExprStmt]("X"),
golang.org/x/tools/go/ast/inspector
typeof.go#L142: case *ast.ExprStmt:
walk.go#L172: case *ast.ExprStmt:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)