type go/ast.ForStmt

14 uses

	go/ast (current package)
		ast.go#L759: 	ForStmt struct {
		ast.go#L800: func (s *ForStmt) Pos() token.Pos        { return s.For }
		ast.go#L862: func (s *ForStmt) End() token.Pos    { return s.Body.End() }
		ast.go#L886: func (*ForStmt) stmtNode()        {}
		walk.go#L252: 	case *ForStmt:

	go/parser
		parser.go#L2444: 	return &ast.ForStmt{
		resolver.go#L401: 	case *ast.ForStmt:

	go/printer
		nodes.go#L1518: 	case *ast.ForStmt:

	go/types
		labels.go#L188: 					case *ast.SwitchStmt, *ast.TypeSwitchStmt, *ast.SelectStmt, *ast.ForStmt, *ast.RangeStmt:
		labels.go#L203: 					case *ast.ForStmt, *ast.RangeStmt:
		labels.go#L258: 		case *ast.ForStmt:
		return.go#L70: 	case *ast.ForStmt:
		return.go#L163: 	case *ast.ForStmt:
		stmt.go#L831: 	case *ast.ForStmt: