type go/ast.IncDecStmt

10 uses

	go/ast (current package)
		ast.go#L657: 	IncDecStmt struct {
		ast.go#L783: func (s *IncDecStmt) Pos() token.Pos     { return s.X.Pos() }
		ast.go#L810: func (s *IncDecStmt) End() token.Pos {
		ast.go#L869: func (*IncDecStmt) stmtNode()     {}
		walk.go#L189: 	case *IncDecStmt:

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

	go/printer
		nodes.go#L1392: 	case *ast.IncDecStmt:

	go/types
		return.go#L23: 		*ast.IncDecStmt, *ast.AssignStmt, *ast.GoStmt, *ast.DeferStmt,
		return.go#L116: 		*ast.SendStmt, *ast.IncDecStmt, *ast.AssignStmt, *ast.GoStmt,
		stmt.go#L485: 	case *ast.IncDecStmt: