type go/ast.IncDecStmt
13 uses
go/ast (current package)
ast.go#L668: IncDecStmt struct {
ast.go#L794: func (s *IncDecStmt) Pos() token.Pos { return s.X.Pos() }
ast.go#L821: func (s *IncDecStmt) End() token.Pos {
ast.go#L880: func (*IncDecStmt) stmtNode() {}
walk.go#L189: case *IncDecStmt:
go/parser
parser.go#L1995: 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#L475: case *ast.IncDecStmt:
golang.org/x/tools/go/ast/edge
edge.go#L251: IncDecStmt_X: info[*ast.IncDecStmt]("X"),
golang.org/x/tools/go/ast/inspector
typeof.go#L168: case *ast.IncDecStmt:
walk.go#L179: case *ast.IncDecStmt: