type go/ast.IndexListExpr

23 uses

	go/ast (current package)
		ast.go#L362: 	IndexListExpr struct {
		ast.go#L510: func (x *IndexListExpr) Pos() token.Pos  { return x.X.Pos() }
		ast.go#L544: func (x *IndexListExpr) End() token.Pos  { return x.Rbrack + 1 }
		ast.go#L575: func (*IndexListExpr) exprNode()  {}
		walk.go#L97: 	case *IndexListExpr:

	go/doc
		reader.go#L41: 	case *ast.IndexListExpr:
		reader.go#L131: 	case *ast.IndexListExpr:

	go/parser
		parser.go#L1781: 			case *ast.IndexExpr, *ast.IndexListExpr:
		parser.go#L2968: 		return &ast.IndexListExpr{
		resolver.go#L561: 	case *ast.IndexListExpr:

	go/printer
		nodes.go#L918: 	case *ast.IndexListExpr:

	go/types
		call.go#L550: 			case *ast.IndexExpr, *ast.IndexListExpr:
		check.go#L622: 	case *ast.IndexListExpr: // only exists in go/ast, not syntax
		expr.go#L1066: 	case *ast.IndexExpr, *ast.IndexListExpr:
		exprstring.go#L72: 	case *ast.IndexExpr, *ast.IndexListExpr:
		index.go#L483: 	case *ast.IndexListExpr:
		resolver.go#L521: 	case *ast.IndexExpr, *ast.IndexListExpr:
		struct.go#L194: 	case *ast.IndexListExpr:
		typexpr.go#L290: 	case *ast.IndexExpr, *ast.IndexListExpr:

	golang.org/x/tools/go/types/typeutil
		callee.go#L62: 	case *ast.IndexListExpr:

	golang.org/x/tools/internal/typeparams
		common.go#L34: 	case *ast.IndexListExpr:
		common.go#L55: 		return &ast.IndexListExpr{

	golang.org/x/tools/internal/typesinternal
		zerovalue.go#L332: 				expr = &ast.IndexListExpr{