Home
last modified time | relevance | path

Searched defs:posMap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/
Dposmap.go14 type posMap struct { struct
15 bases map[*syntax.PosBase]*src.PosBase
16 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 {
Dunified.go187 func unified(m posMap, noders []*noder) {
316 func writePkgStub(m posMap, noders []*noder) string {
Dirgen.go26 func checkFiles(m posMap, noders []*noder) (*types2.Package, *types2.Info, map[*syntax.FuncLit]bool…
Dwriter.go94 func newPkgWriter(m posMap, pkg *types2.Package, info *types2.Info, otherInfo map[*syntax.FuncLit]b…