type go/ast.RangeStmt
14 uses
go/ast (current package)
ast.go#L743: RangeStmt struct {
ast.go#L775: func (s *RangeStmt) Pos() token.Pos { return s.For }
ast.go#L837: func (s *RangeStmt) End() token.Pos { return s.Body.End() }
ast.go#L862: func (*RangeStmt) stmtNode() {}
walk.go#L277: case *RangeStmt:
go/parser
parser.go#L2195: return &ast.RangeStmt{
go/printer
nodes.go#L1396: case *ast.RangeStmt:
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2444: func encode_ast_RangeStmt(e *codec.Encoder, x *ast.RangeStmt) {
encode_ast.gen.go#L2479: func decode_ast_RangeStmt(d *codec.Decoder, p **ast.RangeStmt) {
encode_ast.gen.go#L2485: *p = ref.(*ast.RangeStmt)
encode_ast.gen.go#L2488: var x ast.RangeStmt
encode_ast.gen.go#L2518: codec.Register(&ast.RangeStmt{},
encode_ast.gen.go#L2519: func(e *codec.Encoder, x interface{}) { encode_ast_RangeStmt(e, x.(*ast.RangeStmt)) },
encode_ast.gen.go#L2521: var x *ast.RangeStmt
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |