type go/ast.IndexListExpr

23 uses

	go/ast (current package)
		ast.go#L358: 	IndexListExpr struct {
		ast.go#L506: func (x *IndexListExpr) Pos() token.Pos  { return x.X.Pos() }
		ast.go#L540: func (x *IndexListExpr) End() token.Pos  { return x.Rbrack + 1 }
		ast.go#L571: 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#L1751: 			case *ast.IndexExpr, *ast.IndexListExpr:
		parser.go#L2936: 		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#L589: 	case *ast.IndexListExpr: // only exists in go/ast, not syntax
		expr.go#L1041: 	case *ast.IndexExpr, *ast.IndexListExpr:
		exprstring.go#L72: 	case *ast.IndexExpr, *ast.IndexListExpr:
		index.go#L443: 	case *ast.IndexListExpr:
		resolver.go#L523: 	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{