Searched defs:Pos (Results 1 – 8 of 8) sorted by relevance
17 type Pos int type23 Pos() Pos methodSpec42 func (x *Assignment) Pos() Pos { func60 func (x *Comment) Pos() Pos { return x.CommentPos } func74 func (x *Directive) Pos() Pos { return x.NamePos } func98 func (x *Rule) Pos() Pos { return x.Target.Pos() } func105 func (x *Variable) Pos() Pos { return x.Name.Pos() } func
51 func SimpleMakeString(s string, pos Pos) *MakeString {63 func (ms *MakeString) Pos() Pos { func
31 Pos scanner.Position member
26 Pos() scanner.Position methodSpec53 func (a *Assignment) Pos() scanner.Position { return a.NamePos } func88 func (m *Module) Pos() scanner.Position { return m.TypePos } func131 func (p *Property) Pos() scanner.Position { return p.NamePos } func389 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() } func403 func (x *Variable) Pos() scanner.Position { return x.NamePos } func445 func (x *Map) Pos() scanner.Position { return x.LBracePos } func567 func (x *List) Pos() scanner.Position { return x.LBracePos } func626 func (x *String) Pos() scanner.Position { return x.LiteralPos } func673 func (x *Int64) Pos() scanner.Position { return x.LiteralPos } func[all …]
36 Pos scanner.Position member
33 Pos *scanner.Position member
269 Pos scanner.Position // the relevant Blueprints file location member
32 Pos scanner.Position member