Lines Matching defs:Pos
25 Pos() scanner.Position methodSpec
53 func (a *Assignment) Pos() scanner.Position { return a.NamePos } func
88 func (m *Module) Pos() scanner.Position { return m.TypePos } func
131 func (p *Property) Pos() scanner.Position { return p.NamePos } func
235 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() } func
249 func (x *Variable) Pos() scanner.Position { return x.NamePos } func
273 func (x *Map) Pos() scanner.Position { return x.LBracePos } func
367 func (x *List) Pos() scanner.Position { return x.LBracePos } func
399 func (x *String) Pos() scanner.Position { return x.LiteralPos } func
425 func (x *Int64) Pos() scanner.Position { return x.LiteralPos } func
451 func (x *Bool) Pos() scanner.Position { return x.LiteralPos } func
475 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() } func
483 func (c Comment) Pos() scanner.Position { func
562 func (n NotEvaluated) Pos() scanner.Position { return n.Position } func