# File lib/brakeman/processors/base_processor.rb, line 181
  def process_cdecl exp
    if @tracker
      @tracker.add_constant exp.lhs,
        exp.rhs,
        :file => current_file_name,
        :module => @current_module,
        :class => @current_class,
        :method => @current_method
    end

    exp
  end