type golang.org/x/tools/internal/gcimporter.ReportFunc

6 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L279: func IExportShallow(fset *token.FileSet, pkg *types.Package, reportf ReportFunc) ([]byte, error) {
		iexport.go#L303: func IImportShallow(fset *token.FileSet, getPackages GetPackagesFunc, data []byte, path string, reportf ReportFunc) (*types.Package, error) {
		iexport.go#L314: type ReportFunc = func(string, ...any)
		iexport.go#L336: func iexportCommon(out io.Writer, fset *token.FileSet, bundle, shallow bool, version int, pkgs []*types.Package, reportf ReportFunc) (err error) {
		iimport.go#L155: func iimportCommon(fset *token.FileSet, getPackages GetPackagesFunc, data []byte, bundle bool, path string, shallow bool, reportf ReportFunc) (pkgs []*types.Package, err error) {
		iimport.go#L375: 	reportf ReportFunc // if non-nil, used to report bugs