type go/ast.ForStmt

14 uses

	go/ast (current package)
		ast.go#L755: 	ForStmt struct {
		ast.go#L796: func (s *ForStmt) Pos() token.Pos        { return s.For }
		ast.go#L858: func (s *ForStmt) End() token.Pos    { return s.Body.End() }
		ast.go#L882: func (*ForStmt) stmtNode()        {}
		walk.go#L252: 	case *ForStmt:

	go/parser
		parser.go#L2414: 	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#L841: 	case *ast.ForStmt: