type go/ast.IncDecStmt

10 uses

	go/ast (current package)
		ast.go#L652: 	IncDecStmt struct {
		ast.go#L777: func (s *IncDecStmt) Pos() token.Pos     { return s.X.Pos() }
		ast.go#L804: func (s *IncDecStmt) End() token.Pos {
		ast.go#L864: func (*IncDecStmt) stmtNode()     {}
		walk.go#L213: 	case *IncDecStmt:

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

	go/printer
		nodes.go#L1334: 	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#L437: 	case *ast.IncDecStmt: