Searched refs:NewScope (Results 1 – 13 of 13) sorted by relevance
/build/soong/androidmk/parser/ |
D | scope.go | 62 func NewScope(parent Scope) Scope { func
|
/build/blueprint/parser/ |
D | printer_test.go | 372 file, errs := Parse("", r, NewScope(nil))
|
D | parser_test.go | 1021 file, errs := ParseAndEval("", r, NewScope(nil)) 1094 file, errs := ParseAndEval("", r, NewScope(nil))
|
D | parser.go | 597 func NewScope(s *Scope) *Scope { func
|
/build/soong/bpfix/cmd/ |
D | bpfix.go | 69 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 68 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 48 tree, errs := parser.Parse("", strings.NewReader(input), parser.NewScope(nil)) 139 tree, errs := parser.Parse("<testcase>", bytes.NewBufferString(in), parser.NewScope(nil))
|
D | bpfix.go | 184 tree, errs := parser.Parse(name, r, parser.NewScope(nil))
|
/build/blueprint/ |
D | unpack_test.go | 554 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
|
D | context_test.go | 106 _, _, errs := ctx.parseOne(".", "Blueprint", r, parser.NewScope(nil), nil)
|
D | context.go | 800 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,… 806 startParseDescendants(fileParseContext{"", parser.NewScope(nil), nil, nil}) 992 …subBlueprintsAndScope[i] = fileParseContext{b, parser.NewScope(scope), parent, make(chan struct{})}
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 74 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
|
/build/soong/androidmk/cmd/androidmk/ |
D | android.go | 955 globalScope := mkparser.NewScope(nil)
|