Lines Matching refs: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
238 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() } func
252 func (x *Variable) Pos() scanner.Position { return x.NamePos } func
276 func (x *Map) Pos() scanner.Position { return x.LBracePos } func
370 func (x *List) Pos() scanner.Position { return x.LBracePos } func
402 func (x *String) Pos() scanner.Position { return x.LiteralPos } func
428 func (x *Int64) Pos() scanner.Position { return x.LiteralPos } func
454 func (x *Bool) Pos() scanner.Position { return x.LiteralPos } func
478 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() } func
486 func (c Comment) Pos() scanner.Position { func
565 func (n NotEvaluated) Pos() scanner.Position { return n.Position } func
621 func (s *Select) Pos() scanner.Position { return s.KeywordPos } func
667 func (c *SelectCase) Pos() scanner.Position { return c.Patterns[0].Pos() } func
700 func (n UnsetProperty) Pos() scanner.Position { return n.Position } func