Searched defs:posMap (Results 1 – 4 of 4) sorted by relevance
14 type posMap struct { struct15 bases map[*syntax.PosBase]*src.PosBase16 cache struct {25 func (m *posMap) pos(p poser) src.XPos { return m.makeXPos(p.Pos()) }26 func (m *posMap) end(p ender) src.XPos { return m.makeXPos(p.End()) }28 func (m *posMap) makeXPos(pos syntax.Pos) src.XPos {40 func (m *posMap) makeSrcPosBase(b0 *syntax.PosBase) *src.PosBase {
187 func unified(m posMap, noders []*noder) {316 func writePkgStub(m posMap, noders []*noder) string {
26 func checkFiles(m posMap, noders []*noder) (*types2.Package, *types2.Info, map[*syntax.FuncLit]bool…
94 func newPkgWriter(m posMap, pkg *types2.Package, info *types2.Info, otherInfo map[*syntax.FuncLit]b…