Home
last modified time | relevance | path

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

/aosp12/build/soong/androidmk/parser/
H A Dast.go17 type Pos int type
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
H A Dparser.go31 Pos scanner.Position member
88 func (p *parser) Unpack(pos Pos) scanner.Position {
393 func (p *parser) parseBracketedVariable(start, end rune, pos Pos) Variable {
H A Dmake_strings.go41 func SimpleMakeString(s string, pos Pos) *MakeString {
53 func (ms *MakeString) Pos() Pos { func
/aosp12/build/blueprint/parser/
H A Dast.go53 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
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
423 func (c Comment) Pos() scanner.Position { func
[all …]
H A Dparser.go33 Pos scanner.Position member
46 func (f *File) Pos() scanner.Position { func
/aosp12/build/blueprint/proptools/
H A Dunpack.go32 Pos scanner.Position member
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection_state.cpp722 size_t Pos = 0; // Relative position of field within record in declareRecord() local
H A Dslang_rs_reflection_cpp.cpp811 unsigned Pos = 0; in genPackVarOfType() local
H A Dslang_rs_reflection.cpp2237 unsigned Pos = 0; in genPackVarOfType() local
2801 int Pos = 0; // relative pos from now on in genAddElement() local
/aosp12/build/blueprint/
H A Dcontext.go142 Pos scanner.Position // the relevant Blueprints file location member