Home | History | Annotate | Download | only in importer

Lines Matching refs:importer

5 // Package importer provides access to export data importers.
6 package importer
20 // For returns an Importer for the given compiler and lookup interface,
24 func For(compiler string, lookup Lookup) types.Importer {
28 panic("gc importer for custom import path lookup not yet implemented")
35 panic("gccgo importer for custom import path lookup not yet implemented")
44 importer: inst.GetImporter(nil, nil),
52 // Default returns an Importer for the compiler that built the running binary.
54 func Default() types.Importer {
77 importer gccgoimporter.Importer
89 return m.importer(m.packages, path)