type go/ast.IncDecStmt
14 uses
go/ast (current package)
ast.go#L636: IncDecStmt struct {
ast.go#L761: func (s *IncDecStmt) Pos() token.Pos { return s.X.Pos() }
ast.go#L788: func (s *IncDecStmt) End() token.Pos {
ast.go#L848: func (*IncDecStmt) stmtNode() {}
walk.go#L202: case *IncDecStmt:
go/parser
parser.go#L1738: s := &ast.IncDecStmt{X: x[0], TokPos: p.pos, Tok: p.tok}
go/printer
nodes.go#L1273: case *ast.IncDecStmt:
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2011: func encode_ast_IncDecStmt(e *codec.Encoder, x *ast.IncDecStmt) {
encode_ast.gen.go#L2030: func decode_ast_IncDecStmt(d *codec.Decoder, p **ast.IncDecStmt) {
encode_ast.gen.go#L2036: *p = ref.(*ast.IncDecStmt)
encode_ast.gen.go#L2039: var x ast.IncDecStmt
encode_ast.gen.go#L2061: codec.Register(&ast.IncDecStmt{},
encode_ast.gen.go#L2062: func(e *codec.Encoder, x interface{}) { encode_ast_IncDecStmt(e, x.(*ast.IncDecStmt)) },
encode_ast.gen.go#L2064: var x *ast.IncDecStmt
![]() |
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. |