go/types.Info.TypeOf (method)

3 uses

	go/types (current package)
		api.go#L346: func (info *Info) TypeOf(e ast.Expr) Type {

	go.pact.im/x/plumb/internal/discover
		discover.go#L442: 	targetType := pkg.Info.TypeOf(s.Type)
		discover.go#L457: 	srcType := pkg.Info.TypeOf(s.Values[0])