go/ast.ForStmt.Init (field)

7 uses

	go/ast (current package)
		ast.go#L761: 		Init Stmt      // initialization statement; or nil
		walk.go#L253: 		if n.Init != nil {
		walk.go#L254: 			Walk(v, n.Init)

	go/parser
		parser.go#L2446: 		Init: s1,
		resolver.go#L404: 		if n.Init != nil {
		resolver.go#L405: 			ast.Walk(r, n.Init)

	go/types
		stmt.go#L836: 		check.simpleStmt(s.Init)