Lines Matching refs:ModuleGenPath
311 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
312 …enPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath
323 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
333 …rimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt string) ModuleGenPath {
1699 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1703 …PathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath {
1767 type ModuleGenPath struct { struct
1771 func (p ModuleGenPath) RelativeToTop() Path { argument
1776 var _ Path = ModuleGenPath{}
1777 var _ WritablePath = ModuleGenPath{}
1778 var _ genPathProvider = ModuleGenPath{}
1779 var _ objPathProvider = ModuleGenPath{}
1783 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1788 return ModuleGenPath{
1795 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { argument
1800 func (p ModuleGenPath) genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimE… argument
1811 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument