Home
last modified time | relevance | path

Searched defs:Pos (Results 1 – 7 of 7) sorted by relevance

/build/soong/androidmk/parser/
Dast.go17 type Pos int type
23 Pos() Pos methodSpec
42 func (x *Assignment) Pos() Pos { func
60 func (x *Comment) Pos() Pos { return x.CommentPos } func
74 func (x *Directive) Pos() Pos { return x.NamePos } func
97 func (x *Rule) Pos() Pos { return x.Target.Pos() } func
104 func (x *Variable) Pos() Pos { return x.Name.Pos() } func
Dmake_strings.go51 func SimpleMakeString(s string, pos Pos) *MakeString {
63 func (ms *MakeString) Pos() Pos { func
Dparser.go31 Pos scanner.Position member
/build/blueprint/parser/
Dast.go25 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
[all …]
Dparser.go33 Pos scanner.Position member
46 func (f *File) Pos() scanner.Position { func
/build/blueprint/proptools/
Dunpack.go32 Pos scanner.Position member
/build/blueprint/
Dcontext.go212 Pos scanner.Position // the relevant Blueprints file location member