Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go767 type fileParseContext struct { struct
775 parent *fileParseContext argument
1010 blueprintsCh := make(chan fileParseContext)
1015 doneParsingCh := make(chan fileParseContext)
1019 var pending []fileParseContext
1029 startParseBlueprintsFile := func(blueprint fileParseContext) {
1067 foundParseableBlueprint := func(blueprint fileParseContext) {
1075 startParseDescendants := func(blueprint fileParseContext) {
1079 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,…
1085 startParseDescendants(fileParseContext{"", parser.NewScope(nil), nil, nil})
[all …]