Lines Matching refs:Position
169 Pos scanner.Position // the relevant Blueprints file location
273 pos scanner.Position
274 propertyPos map[string]scanner.Position
1185 buildPos scanner.Position) ([]string, []error) {
1226 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position,
1268 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error)…
1270 return nil, scanner.Position{}, nil
1288 return nil, scanner.Position{}, &BlueprintError{
1298 func getStringFromScope(scope *parser.Scope, v string) (string, scanner.Position, error) {
1300 return "", scanner.Position{}, nil
1306 return "", scanner.Position{}, &BlueprintError{
1528 module.propertyPos = make(map[string]scanner.Position)