internal/abi.Type.FuncType (method)

5 uses

	internal/abi (current package)
		type.go#L392: func (t *Type) FuncType() *FuncType {

	internal/reflectlite
		type.go#L328: 	tt := t.Type.FuncType()
		type.go#L360: 	tt := t.Type.FuncType()
		type.go#L368: 	tt := t.Type.FuncType()
		type.go#L376: 	tt := t.Type.FuncType()