go/ast.IndexListExpr.Indices (field)

12 uses

	go/ast (current package)
		ast.go#L361: 		Indices []Expr    // index expressions
		walk.go#L99: 		walkList(v, n.Indices)

	go/doc
		reader.go#L43: 		if len(t.Indices) > 0 {
		reader.go#L47: 			b.WriteString(recvParam(t.Indices[0]))
		reader.go#L48: 			for _, e := range t.Indices[1:] {

	go/parser
		parser.go#L2939: 			Indices: exprs,
		resolver.go#L562: 		declareExprs = typ.Indices

	go/printer
		nodes.go#L924: 		p.exprList(x.Lbrack, x.Indices, depth+1, commaTerm, x.Rbrack, false)

	go/types
		index.go#L448: 			indices: e.Indices,

	golang.org/x/tools/internal/typeparams
		common.go#L35: 		return e.X, e.Lbrack, e.Indices, e.Rbrack
		common.go#L58: 			Indices: indices,

	golang.org/x/tools/internal/typesinternal
		zerovalue.go#L334: 					Indices: indices,