Lines Matching refs:ModuleGenPath
303 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
304 …enPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath
315 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
325 …rimExt(ctx ModuleOutPathContext, subdir string, p Path, ext string, trimExt string) ModuleGenPath {
1718 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1722 …PathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath {
1786 type ModuleGenPath struct { struct
1790 func (p ModuleGenPath) RelativeToTop() Path { argument
1795 var _ Path = ModuleGenPath{}
1796 var _ WritablePath = ModuleGenPath{}
1797 var _ genPathProvider = ModuleGenPath{}
1798 var _ objPathProvider = ModuleGenPath{}
1802 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1807 return ModuleGenPath{
1814 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { argument
1819 func (p ModuleGenPath) genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimE… argument
1830 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument