type go/ast.IncDecStmt
10 uses
go/ast (current package)
ast.go#L661: IncDecStmt struct {
ast.go#L787: func (s *IncDecStmt) Pos() token.Pos { return s.X.Pos() }
ast.go#L814: func (s *IncDecStmt) End() token.Pos {
ast.go#L873: func (*IncDecStmt) stmtNode() {}
walk.go#L189: case *IncDecStmt:
go/parser
parser.go#L2005: 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: