Lines Matching defs:Pos
25 Pos() scanner.Position methodSpec
53 func (a *Assignment) Pos() scanner.Position { return a.NamePos } func
86 func (m *Module) Pos() scanner.Position { return m.TypePos } func
107 func (p *Property) Pos() scanner.Position { return p.NamePos } func
208 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() } func
222 func (x *Variable) Pos() scanner.Position { return x.NamePos } func
246 func (x *Map) Pos() scanner.Position { return x.LBracePos } func
304 func (x *List) Pos() scanner.Position { return x.LBracePos } func
336 func (x *String) Pos() scanner.Position { return x.LiteralPos } func
362 func (x *Int64) Pos() scanner.Position { return x.LiteralPos } func
388 func (x *Bool) Pos() scanner.Position { return x.LiteralPos } func
412 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() } func
420 func (c Comment) Pos() scanner.Position { func