Lines Matching refs:ModuleGenPath
223 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath
234 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
1429 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1521 type ModuleGenPath struct { struct
1525 func (p ModuleGenPath) RelativeToTop() Path { argument
1530 var _ Path = ModuleGenPath{}
1531 var _ WritablePath = ModuleGenPath{}
1532 var _ genPathProvider = ModuleGenPath{}
1533 var _ objPathProvider = ModuleGenPath{}
1537 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1542 return ModuleGenPath{
1549 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { argument
1554 func (p ModuleGenPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument