Home
last modified time | relevance | path

Searched refs:Ident (Results 1 – 5 of 5) sorted by relevance

/build/blueprint/parser/
Dparser_test.go42 Type: Ident{"foo", mkpos(3, 2, 3)},
57 Type: Ident{"foo", mkpos(3, 2, 3)},
62 Name: Ident{"name", mkpos(12, 3, 4)},
83 Type: Ident{"foo", mkpos(3, 2, 3)},
88 Name: Ident{"isGood", mkpos(12, 3, 4)},
110 Type: Ident{"foo", mkpos(3, 2, 3)},
115 Name: Ident{"stuff", mkpos(12, 3, 4)},
166 Type: Ident{"foo", mkpos(3, 2, 3)},
171 Name: Ident{"stuff", mkpos(12, 3, 4)},
179 Name: Ident{"isGood", mkpos(25, 4, 5)},
[all …]
Dparser.go153 case scanner.Ident:
157 p.accept(scanner.Ident)
192 assignment.Name = Ident{name, namePos}
247 module.Type = Ident{typ, typPos}
255 for p.tok == scanner.Ident {
275 p.accept(scanner.Ident)
294 property.Name = Ident{name, namePos}
416 case scanner.Ident:
455 p.accept(scanner.Ident)
566 Name Ident
[all …]
/build/soong/androidmk/parser/
Dparser.go166 if p.tok != scanner.Ident || !isDirective(p.scanner.TokenText()) {
173 p.accept(scanner.Ident)
204 case scanner.Ident:
206 p.accept(scanner.Ident)
210 p.accept(scanner.Ident)
279 case scanner.Ident:
282 p.accept(scanner.Ident)
614 return ch != scanner.Ident && ch != ':' && ch != '=' && ch != '#'
/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go289 file.module.Type = bpparser.Ident{
363 Name: bpparser.Ident{Name: n, Pos: pos},
377 Name: bpparser.Ident{Name: names[len(names)-1], Pos: pos},
387 Name: bpparser.Ident{
399 Name: bpparser.Ident{
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go247 if t, ok := f.Type.(*ast.Ident); ok {
271 case *ast.Ident: