# File lib/brakeman/processors/lib/find_all_calls.rb, line 17
  def process_source exp, opts
    @current_class = opts[:class]
    @current_method = opts[:method]
    @current_template = opts[:template]
    @current_file = opts[:file]
    @current_call = nil
    process exp
  end