Lines Matching refs:ModuleGenPath
222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
1326 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1421 type ModuleGenPath struct { struct
1425 func (p ModuleGenPath) RelativeToTop() Path { argument
1430 var _ Path = ModuleGenPath{}
1431 var _ WritablePath = ModuleGenPath{}
1432 var _ genPathProvider = ModuleGenPath{}
1433 var _ objPathProvider = ModuleGenPath{}
1437 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1442 return ModuleGenPath{
1449 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { argument
1454 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument