func golang.org/x/pkgsite/internal/godoc.encode_ast_ExprStmt

2 uses

	golang.org/x/pkgsite/internal/godoc (current package)
		encode_ast.gen.go#L1225: func encode_ast_ExprStmt(e *codec.Encoder, x *ast.ExprStmt) {
		encode_ast.gen.go#L1264: 		func(e *codec.Encoder, x interface{}) { encode_ast_ExprStmt(e, x.(*ast.ExprStmt)) },