go/ast.IncDecStmt.Tok (field)

6 uses

	go/ast (current package)
		ast.go#L639: 		Tok    token.Token // INC or DEC

	go/parser
		parser.go#L1738: 		s := &ast.IncDecStmt{X: x[0], TokPos: p.pos, Tok: p.tok}

	go/printer
		nodes.go#L1276: 		p.print(s.TokPos, s.Tok)

	golang.org/x/pkgsite/internal/godoc
		encode_ast.gen.go#L2023: 	if x.Tok != 0 {
		encode_ast.gen.go#L2025: 		e.EncodeInt(int64(x.Tok))
		encode_ast.gen.go#L2052: 			x.Tok = token.Token(d.DecodeInt())