go/ast.RangeStmt.Tok (field)

5 uses

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

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

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

	go/types
		stmt.go#L882: 	isDef := s.Tok == token.DEFINE