go/ast.IndexListExpr.X (field)

19 uses

	go/ast (current package)
		ast.go#L347: 		X       Expr      // expression
		ast.go#L496: func (x *IndexListExpr) Pos() token.Pos  { return x.X.Pos() }
		walk.go#L120: 		Walk(v, n.X)

	go/doc
		reader.go#L43: 			b.WriteString(recvString(t.X))
		reader.go#L133: 		return baseTypeName(t.X)

	go/internal/typeparams
		typeparams.go#L25: 			X:       x,
		typeparams.go#L45: 			X:       e.X,

	go/parser
		resolver.go#L559: 		resolveExprs = append(resolveExprs, typ.X)

	go/printer
		nodes.go#L893: 		p.expr1(x.X, token.HighestPrec, 1)

	go/types
		check.go#L526: 		selOrIdent = e.X
		exprstring.go#L72: 		WriteExpr(buf, ix.X)
		index.go#L19: 	check.exprOrType(x, e.X, true)
		resolver.go#L518: 		rtyp = ix.X
		struct.go#L193: 		return embeddedFieldIdent(e.X)
		typexpr.go#L394: 	pos := ix.X.Pos()
		typexpr.go#L396: 		check.trace(pos, "-- instantiating %s with %s", ix.X, ix.Indices)
		typexpr.go#L406: 	gtyp := check.genericType(ix.X, &reason)

	golang.org/x/tools/internal/typeparams
		common.go#L45: 		return e.X, e.Lbrack, e.Indices, e.Rbrack
		common.go#L66: 			X:       x,