Home
last modified time | relevance | path

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

/external/starlark-go/resolve/
Dresolve.go470 if bind := lookupLocal(use); bind != nil && (bind.Scope == Local || bind.Scope == Cell) {
909 func lookupLocal(use use) *Binding { func