Searched refs:fileParseContext (Results 1 – 1 of 1) sorted by relevance
767 type fileParseContext struct { struct775 parent *fileParseContext argument1010 blueprintsCh := make(chan fileParseContext)1015 doneParsingCh := make(chan fileParseContext)1019 var pending []fileParseContext1029 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 …]