go/ast.RangeStmt.Tok (field)

5 uses

	go/ast (current package)
		ast.go#L763: 		Tok        token.Token // ILLEGAL if Key == nil, ASSIGN, DEFINE

	go/parser
		parser.go#L2412: 			Tok:    as.Tok,
		resolver.go#L423: 			if n.Tok == token.DEFINE {

	go/printer
		nodes.go#L1467: 			p.print(blank, s.TokPos, s.Tok, blank)

	go/types
		stmt.go#L870: 		if s.Tok == token.DEFINE {