type go/internal/typeparams.IndexExpr
8 uses
go/internal/typeparams (current package)
typeparams.go#L36: type IndexExpr struct {
typeparams.go#L41: func UnpackIndexExpr(n ast.Node) *IndexExpr {
typeparams.go#L44: return &IndexExpr{e, &ast.IndexListExpr{
typeparams.go#L51: return &IndexExpr{e, e}
go/types
call.go#L19: func (check *Checker) funcInst(x *operand, ix *typeparams.IndexExpr) {
index.go#L18: func (check *Checker) indexExpr(x *operand, e *typeparams.IndexExpr) (isFuncInst bool) {
index.go#L331: func (check *Checker) singleIndex(expr *typeparams.IndexExpr) ast.Expr {
typexpr.go#L393: func (check *Checker) instantiatedType(ix *typeparams.IndexExpr, def *Named) (res Type) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)