type go/ast.IndexListExpr

28 uses

	go/ast (current package)
		ast.go#L361: 	IndexListExpr struct {
		ast.go#L509: func (x *IndexListExpr) Pos() token.Pos  { return x.X.Pos() }
		ast.go#L551: func (x *IndexListExpr) End() token.Pos  { return x.Rbrack + 1 }
		ast.go#L582: 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#L1771: 			case *ast.IndexExpr, *ast.IndexListExpr:
		parser.go#L2960: 		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#L634: 	case *ast.IndexListExpr: // only exists in go/ast, not syntax
		expr.go#L1090: 	case *ast.IndexExpr, *ast.IndexListExpr:
		exprstring.go#L72: 	case *ast.IndexExpr, *ast.IndexListExpr:
		index.go#L484: 	case *ast.IndexListExpr:
		resolver.go#L534: 	case *ast.IndexExpr, *ast.IndexListExpr:
		struct.go#L194: 	case *ast.IndexListExpr:
		typexpr.go#L286: 	case *ast.IndexExpr, *ast.IndexListExpr:

	golang.org/x/tools/go/ast/edge
		edge.go#L254: 	IndexListExpr_Indices: info[*ast.IndexListExpr]("Indices"),
		edge.go#L255: 	IndexListExpr_X:       info[*ast.IndexListExpr]("X"),

	golang.org/x/tools/go/ast/inspector
		typeof.go#L172: 	case *ast.IndexListExpr:
		walk.go#L87: 	case *ast.IndexListExpr:

	golang.org/x/tools/go/types/typeutil
		callee.go#L63: 	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
		fx.go#L28: 			*ast.IndexListExpr:
		zerovalue.go#L321: 				expr = &ast.IndexListExpr{