type go/ast.ForStmt

14 uses

	go/ast (current package)
		ast.go#L750: 	ForStmt struct {
		ast.go#L790: func (s *ForStmt) Pos() token.Pos        { return s.For }
		ast.go#L852: func (s *ForStmt) End() token.Pos    { return s.Body.End() }
		ast.go#L877: func (*ForStmt) stmtNode()        {}
		walk.go#L276: 	case *ForStmt:

	go/parser
		parser.go#L2419: 	return &ast.ForStmt{
		resolver.go#L397: 	case *ast.ForStmt:

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

	go/types
		labels.go#L190: 					case *ast.SwitchStmt, *ast.TypeSwitchStmt, *ast.SelectStmt, *ast.ForStmt, *ast.RangeStmt:
		labels.go#L205: 					case *ast.ForStmt, *ast.RangeStmt:
		labels.go#L260: 		case *ast.ForStmt:
		return.go#L70: 	case *ast.ForStmt:
		return.go#L163: 	case *ast.ForStmt:
		stmt.go#L797: 	case *ast.ForStmt: