Lines Matching refs: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
211 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() } func
225 func (x *Variable) Pos() scanner.Position { return x.NamePos } func
249 func (x *Map) Pos() scanner.Position { return x.LBracePos } func
307 func (x *List) Pos() scanner.Position { return x.LBracePos } func
339 func (x *String) Pos() scanner.Position { return x.LiteralPos } func
365 func (x *Int64) Pos() scanner.Position { return x.LiteralPos } func
391 func (x *Bool) Pos() scanner.Position { return x.LiteralPos } func
415 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() } func
423 func (c Comment) Pos() scanner.Position { func
502 func (n NotEvaluated) Pos() scanner.Position { return n.Position } func