Split LookupContext::lookup() in lookup() and find().
lookup() searches for symbols in the given binding and the enclosing scopes, while find() searches for symbols only in the given binding.
Please register or sign in to comment
lookup() searches for symbols in the given binding and the enclosing scopes, while find() searches for symbols only in the given binding.