Searched refs:fileParseContext (Results 1 – 1 of 1) sorted by relevance
705 type fileParseContext struct { struct713 parent *fileParseContext argument884 blueprintsCh := make(chan fileParseContext)889 doneParsingCh := make(chan fileParseContext)893 var pending []fileParseContext903 startParseBlueprintsFile := func(blueprint fileParseContext) {941 foundParseableBlueprint := func(blueprint fileParseContext) {949 startParseDescendants := func(blueprint fileParseContext) {953 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,…959 startParseDescendants(fileParseContext{"", parser.NewScope(nil), nil, nil})[all …]