Searched refs:MakePosition (Results 1 – 3 of 3) sorted by relevance
/external/starlark-go/syntax/ |
D | scan.go | 214 func MakePosition(file *string, line, col int32) Position { return Position{file, line, col} } func 267 pos: MakePosition(&filename, firstLine, firstCol),
|
/external/starlark-go/internal/compile/ |
D | serial.go | 342 return Binding{Name: name, Pos: syntax.MakePosition(d.filename, line, col)}
|
/external/starlark-go/starlark/ |
D | eval.go | 194 return syntax.MakePosition(&builtinFilename, 0, 0) 382 pos = syntax.MakePosition(&f.Path, 1, 1) 439 pos = syntax.MakePosition(&f.Path, 1, 1)
|