Lines Matching refs:ModuleGenPath
222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
1438 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1495 type ModuleGenPath struct { struct
1499 func (p ModuleGenPath) RelativeToTop() Path { argument
1504 var _ Path = ModuleGenPath{}
1505 var _ WritablePath = ModuleGenPath{}
1506 var _ genPathProvider = ModuleGenPath{}
1507 var _ objPathProvider = ModuleGenPath{}
1511 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1516 return ModuleGenPath{
1523 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { argument
1528 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument