Home
last modified time | relevance | path

Searched refs:NewScope (Results 1 – 16 of 16) sorted by relevance

/aosp12/build/blueprint/proptools/
H A Dunpack_test.go731 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
970 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
1022 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
/aosp12/build/soong/androidmk/parser/
H A Dscope.go62 func NewScope(parent Scope) Scope { func
/aosp12/build/blueprint/parser/
H A Dprinter_test.go439 file, errs := Parse("", r, NewScope(nil))
H A Dparser_test.go1173 file, errs := ParseAndEval("", r, NewScope(nil))
1246 file, errs := ParseAndEval("", r, NewScope(nil))
1280 scope := NewScope(nil)
H A Dparser.go595 func NewScope(s *Scope) *Scope { func
/aosp12/build/soong/bpfix/cmd_lib/
H A Dbpfix.go69 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
/aosp12/build/blueprint/bpmodify/
H A Dbpmodify_test.go305 inAst, errs := parser.ParseAndEval("", strings.NewReader(testCase.input), parser.NewScope(nil))
H A Dbpmodify.go79 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
/aosp12/build/blueprint/bpfmt/
H A Dbpfmt.go68 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix_test.go48 tree, errs := parser.Parse("", strings.NewReader(input), parser.NewScope(nil))
139 tree, errs := parser.Parse("<testcase>", bytes.NewBufferString(in), parser.NewScope(nil))
H A Dbpfix.go237 tree, errs := parser.Parse(name, r, parser.NewScope(nil))
/aosp12/build/soong/android/soongconfig/
H A Dmodules.go36 scope := parser.NewScope(nil)
/aosp12/build/soong/androidmk/androidmk/
H A Dandroid.go972 globalScope := mkparser.NewScope(nil)
/aosp12/build/blueprint/
H A Dcontext_test.go157 _, _, errs := ctx.parseOne(".", "Blueprint", r, parser.NewScope(nil), nil)
H A Dcontext.go953 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,…
959 startParseDescendants(fileParseContext{"", parser.NewScope(nil), nil, nil})
1149 …subBlueprintsAndScope[i] = fileParseContext{b, parser.NewScope(scope), parent, make(chan struct{})}
H A Dmodule_ctx.go1389 scope := parser.NewScope(nil)